powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.
authorEugene Surovegin <ebs@ebshome.net>
Mon, 26 Aug 2013 18:53:32 +0000 (11:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Sep 2013 04:58:14 +0000 (21:58 -0700)
commit2ad23b795892c3f128cb05de5ee6d5ae5c422c28
treeac548a524c93cccf9e53312ffafb5d196a8f92c0
parent7a72233b3de7a35cd106db00f46c38960f9698f4
powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.

commit d220980b701d838560a70de691b53be007e99e78 upstream.

This solves a problem observed in kexec'ed kernel where 200ms timeout is
too short and bootconsole fails to initialize. Console did eventually
become workable but much later into the boot process.

Observed timeout was around 260ms, but I decided to make it a little bigger
for more reliability.

This has been tested on Power7 machine with Petitboot as a primary
bootloader and PowerNV firmware.

Signed-off-by: Eugene Surovegin <surovegin@google.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvsi_lib.c