Re: [BUG] kernel BUG at printk.c:458! -- 2.4.2-ac20

From: Andrew Morton (morton@nortelnetworks.com)
Date: Sun Mar 18 2001 - 20:40:06 EST


BERECZ Szabolcs wrote:
>
> kernel BUG at printk.c:458!
>

--- drivers/char/console.c.orig Mon Mar 19 12:38:27 2001
+++ drivers/char/console.c Mon Mar 19 12:38:49 2001
@@ -2305,6 +2305,9 @@
 {
         struct vt_struct *vt = (struct vt_struct *)tty->driver_data;
 
+ if (in_interrupt())
+ return;
+
         pm_access(pm_con);
         acquire_console_sem();
         set_cursor(vt->vc_num);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 23 2001 - 21:00:11 EST