From: David S. Miller Date: Tue, 17 Jul 2007 00:05:11 +0000 (-0700) Subject: [SERIAL] SUNHV: Fix jerky console on LDOM guests. X-Git-Tag: v2.6.23-rc1~769^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f798634d806615bee27d1b83479034087a02aa0f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed