kernel/drivers/tty/serial/sunhv.c
.. .. @@ -25,10 +25,6 @@ 25 25 #include <asm/irq.h> 26 26 #include <asm/setup.h> 27 27 28 -#if defined(CONFIG_MAGIC_SYSRQ)29 -#define SUPPORT_SYSRQ30 -#endif31 -32 28 #include <linux/serial_core.h> 33 29 #include <linux/sunserialcore.h> 34 30 .. .. @@ -552,6 +548,7 @@ 552 548 553 549 sunhv_port = port; 554 550 551 + port->has_sysrq = 1;555 552 port->line = 0; 556 553 port->ops = &sunhv_pops; 557 554 port->type = PORT_SUNHV;