]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/xen/enlighten.c
xen64: deal with extra words Xen pushes onto exception frames
[linux-2.6-omap-h63xx.git] / arch / x86 / xen / enlighten.c
index f5e96f7a4c5c77c0268a6d706b12702dd7e6f69f..9d94483b3b5e9c1877438c091a2a637b67b1460d 100644 (file)
@@ -1091,7 +1091,7 @@ static const struct pv_irq_ops xen_irq_ops __initdata = {
        .safe_halt = xen_safe_halt,
        .halt = xen_halt,
 #ifdef CONFIG_X86_64
-       .adjust_exception_frame = paravirt_nop,
+       .adjust_exception_frame = xen_adjust_exception_frame,
 #endif
 };