UML: console should handle spurious IRQS
authorJeff Dike <jdike@addtoit.com>
Tue, 31 Jul 2007 07:37:44 +0000 (00:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:37 +0000 (15:39 -0700)
commit6676ae62822f189e7bca80526eca514c399adcfc
treeb7c05dcc81b5cc91592c5f1c4e2b72773a1043d4
parent8daedea656ef48d36d1bda3d1339da484387c710
UML: console should handle spurious IRQS

The previous DEBUG_SHIRQ patch missed one case.  The console doesn't
set its host descriptors non-blocking.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/chan_kern.c