Commit 27db2d0c authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras

[POWERPC] Fix viocons for irq breakage

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b75f3f75
...@@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment