--- linux/drivers/video/fbcon-egc.c.save Mon Apr 9 22:47:35 2001 +++ linux/drivers/video/fbcon-egc.c Thu Apr 12 10:15:49 2001 @@ -21,6 +21,7 @@ #include #include #include +#include #include @@ -127,7 +128,7 @@ outb_p( data & 0xff, EGCIO_KANJI_CG_HI ); /* wait for vsync */ - if (vsync_irq) { + if (vsync_irq && !in_interrupt()) { save_flags(flags); cli(); outb(0x00,0x64);