]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/pseries/hvconsole: Fix dropped console output
authorAnton Blanchard <anton@samba.org>
Tue, 5 Jul 2011 21:51:36 +0000 (21:51 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 19 Jul 2011 05:13:05 +0000 (15:13 +1000)
commit51d33021425e1f905beb4208823146f2fb6517da
treee414b64ab60def4ddde52da3696e31cc8df5e078
parent8c2381af0d3ef62a681dac5a141b6dabb27bf2e1
powerpc/pseries/hvconsole: Fix dropped console output

Return -EAGAIN when we get H_BUSY back from the hypervisor. This
makes the hvc console driver retry, avoiding dropped printks.

Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: <stable@kernel.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/hvconsole.c