Re: 2.6.14-rc3-rt12

From: Steven Rostedt
Date: Tue Oct 11 2005 - 04:10:44 EST



Ingo, I keep getting a "changed soft IRQ-flags" on sysrq-b. Would the
following patch be appropriate?

-- Steve

Index: linux-rt-quilt/drivers/char/sysrq.c
===================================================================
--- linux-rt-quilt.orig/drivers/char/sysrq.c 2005-10-07 15:57:57.000000000 -0400
+++ linux-rt-quilt/drivers/char/sysrq.c 2005-10-11 05:04:38.000000000 -0400
@@ -114,7 +114,7 @@
static void sysrq_handle_reboot(int key, struct pt_regs *pt_regs,
struct tty_struct *tty)
{
- local_irq_enable();
+ raw_local_irq_enable();
emergency_restart();
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/