patch-2.2.11 linux/drivers/char/sysrq.c

Next file: linux/drivers/char/tty_io.c
Previous file: linux/drivers/char/sxwindow.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -28,6 +28,10 @@
 #include <linux/apm_bios.h>
 #endif
 
+#ifdef CONFIG_MAGIC_SYSRQ
+int sysrq_enabled = 1;
+#endif
+
 extern void wakeup_bdflush(int);
 extern void reset_vc(unsigned int);
 extern int console_loglevel;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)