[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:
parent
b75f3f751c
commit
27db2d0cb9
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event)
|
|||
*/
|
||||
continue;
|
||||
} else if (vio_sysrq_pressed) {
|
||||
handle_sysrq(cevent->data[index], NULL, tty);
|
||||
handle_sysrq(cevent->data[index], tty);
|
||||
vio_sysrq_pressed = 0;
|
||||
/*
|
||||
* continue because we don't want to add
|
||||
|
|
Loading…
Reference in a new issue