serial: 8250, increase PASS_LIMIT
authorJiri Slaby <jirislaby@gmail.com>
Sun, 5 Jun 2011 20:51:49 +0000 (22:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 16:44:36 +0000 (09:44 -0700)
commite7328ae1848966181a7ac47e8ae6cddbd2cf55f3
tree8261430b83cce0fea0ae0a8ca8c626d66bd4be7e
parent2807190b69f60ce4a04a9c7c523c9bce8cb62b2e
serial: 8250, increase PASS_LIMIT

With virtual machines like qemu, it's pretty common to see "too much
work for irq4" messages nowadays. This happens when a bunch of output
is printed on the emulated serial console. This is caused by too low
PASS_LIMIT. When ISR loops more than the limit, it spits the message.

I've been using a kernel with doubled the limit and I couldn't see no
problems. Maybe it's time to get rid of the message now?

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250.c