x86/iopl/64: Properly context-switch IOPL on Xen PV
[pandora-kernel.git] / arch / x86 / xen / enlighten.c
index 81afe1b..b255312 100644 (file)
@@ -768,7 +768,7 @@ static void xen_load_sp0(struct tss_struct *tss,
        xen_mc_issue(PARAVIRT_LAZY_CPU);
 }
 
-static void xen_set_iopl_mask(unsigned mask)
+void xen_set_iopl_mask(unsigned mask)
 {
        struct physdev_set_iopl set_iopl;