diff options
Diffstat (limited to 'arch/x86/kernel/paravirt.c')
-rw-r--r-- | arch/x86/kernel/paravirt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c index bf1067e89cad..b20c369cb89d 100644 --- a/arch/x86/kernel/paravirt.c +++ b/arch/x86/kernel/paravirt.c | |||
@@ -296,6 +296,9 @@ struct pv_irq_ops pv_irq_ops = { | |||
296 | .irq_enable = native_irq_enable, | 296 | .irq_enable = native_irq_enable, |
297 | .safe_halt = native_safe_halt, | 297 | .safe_halt = native_safe_halt, |
298 | .halt = native_halt, | 298 | .halt = native_halt, |
299 | #ifdef CONFIG_X86_64 | ||
300 | .adjust_exception_frame = paravirt_nop, | ||
301 | #endif | ||
299 | }; | 302 | }; |
300 | 303 | ||
301 | struct pv_cpu_ops pv_cpu_ops = { | 304 | struct pv_cpu_ops pv_cpu_ops = { |