commit | f798634d806615bee27d1b83479034087a02aa0f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 16 17:05:11 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 16 17:12:00 2007 -0700 |
tree | 74af3b0a5469886f69dbd13b0a70cc0ca4318227 | |
parent | 778feeb4757daef5d7118feab2319142367910dd [diff] |
[SERIAL] SUNHV: Fix jerky console on LDOM guests. 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>