[POWERPC] Make the hvc_console output buffer size settable
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:53:32 +0000 (18:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:53:32 +0000 (18:53 +1000)
commit4e9e95a3554e98e7383a3591283ffcd850c9ef48
tree245703cc917a274b84f02cf68c43ba5efe370f59
parent8bff05b052db7a4cfaaf0eee7f8145600548e9c9
[POWERPC] Make the hvc_console output buffer size settable

So the iSeries console will be faster since it can send up to 200 bytes at
a time to the Hypervisor.  This only affects the tty part of the console,
the console writes are still in 16 byte lots.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/char/hvc_console.c
drivers/char/hvc_console.h
drivers/char/hvc_iseries.c
drivers/char/hvc_rtas.c
drivers/char/hvc_vio.c