[POWERPC] Fix viocons for irq breakage

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Stephen Rothwell
2006-10-06 13:54:28 +10:00
committed by Paul Mackerras
parent b75f3f751c
commit 27db2d0cb9

View File

@@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event)
*/ */
continue; continue;
} else if (vio_sysrq_pressed) { } else if (vio_sysrq_pressed) {
handle_sysrq(cevent->data[index], NULL, tty); handle_sysrq(cevent->data[index], tty);
vio_sysrq_pressed = 0; vio_sysrq_pressed = 0;
/* /*
* continue because we don't want to add * continue because we don't want to add