提交 2798ba7d 编写于 作者: S Stefano Stabellini

xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq

Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: NIan Campbell <ian.camjpbell@citrix.com>
CC: stable@vger.kernel.org
上级 a937536b
......@@ -239,7 +239,7 @@ static int __init xen_init_events(void)
xen_init_IRQ();
if (request_percpu_irq(xen_events_irq, xen_arm_callback,
"events", xen_vcpu)) {
"events", &xen_vcpu)) {
pr_err("Error requesting IRQ %d\n", xen_events_irq);
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册