X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Ftty%2Fhvc%2Fhvc_xen.c;fp=drivers%2Ftty%2Fhvc%2Fhvc_xen.c;h=7a3d146a5f0efc0dbc3b94e854adb4d81c85da4d;hb=00fda1682efdbd62a20a8a21aee52d994c323c7f;hp=5bab1c684bb11024c2e5a7ee143c18aefc54349b;hpb=1c4b1d73bacc546ba4e42f7eb4cb88c54139820b;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c index 5bab1c684bb1..7a3d146a5f0e 100644 --- a/drivers/tty/hvc/hvc_xen.c +++ b/drivers/tty/hvc/hvc_xen.c @@ -289,7 +289,7 @@ static int xen_initial_domain_console_init(void) return -ENOMEM; } - info->irq = bind_virq_to_irq(VIRQ_CONSOLE, 0); + info->irq = bind_virq_to_irq(VIRQ_CONSOLE, 0, false); info->vtermno = HVC_COOKIE; spin_lock(&xencons_lock);