git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778feeb
)
[SERIAL] SUNHV: Fix jerky console on LDOM guests.
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 17 Jul 2007 00:05:11 +0000
(17:05 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 17 Jul 2007 00:12:00 +0000
(17:12 -0700)
Mixing putchar() and write() hvcalls does not work %100
correctly. But we should be using write() all the time
if we can, even from ->start_tx(), anyways.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found