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

Andrew Morton (morton@nortelnetworks.com)
Mon, 19 Mar 2001 01:40:06 +0000


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/