]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/asm-offsets_64.c
x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / asm-offsets_64.c
index cf42206926af5e985f449254e14968ad1bb9d557..c21a5315b38e095ab80c649b031f56a35ba1a527 100644 (file)
@@ -22,6 +22,9 @@ int main(void)
 #ifdef CONFIG_PARAVIRT
        OFFSET(PV_CPU_usergs_sysret64, pv_cpu_ops, usergs_sysret64);
        OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs);
+#ifdef CONFIG_DEBUG_ENTRY
+       OFFSET(PV_IRQ_save_fl, pv_irq_ops, save_fl);
+#endif
        BLANK();
 #endif