Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275775
b: refs/heads/master
c: c2a3e84
h: refs/heads/master
i:
  275773: dbca8ea
  275771: c6353ea
  275767: eedce2c
  275759: 53751d8
  275743: b51c380
  275711: f6f7b8a
v: v3
  • Loading branch information
Stephen Boyd authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent 3608c83 commit 6bf2755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52b3bfc69efc44447ed2db25dd999aef64b3c970
refs/heads/master: c2a3e84f950e7ddba1f3914b005861d46ae60359
2 changes: 2 additions & 0 deletions trunk/drivers/tty/hvc/hvc_dcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static inline char __dcc_getchar(void)

asm volatile("mrc p14, 0, %0, c0, c5, 0 @ read comms data reg"
: "=r" (__c));
isb();

return __c;
}
Expand All @@ -55,6 +56,7 @@ static inline void __dcc_putchar(char c)
asm volatile("mcr p14, 0, %0, c0, c5, 0 @ write a char"
: /* no output register */
: "r" (c));
isb();
}

static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count)
Expand Down

0 comments on commit 6bf2755

Please sign in to comment.