diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/asm-offsets.c b/arch/x86/kernel/asm-offsets.c index b27f6ec90caa..8e3d22a1af94 100644 --- a/arch/x86/kernel/asm-offsets.c +++ b/arch/x86/kernel/asm-offsets.c | |||
@@ -68,7 +68,9 @@ void common(void) { | |||
68 | OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); | 68 | OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); |
69 | OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); | 69 | OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); |
70 | OFFSET(PV_CPU_iret, pv_cpu_ops, iret); | 70 | OFFSET(PV_CPU_iret, pv_cpu_ops, iret); |
71 | #ifdef CONFIG_X86_32 | ||
71 | OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit); | 72 | OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit); |
73 | #endif | ||
72 | OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); | 74 | OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); |
73 | OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2); | 75 | OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2); |
74 | #endif | 76 | #endif |