diff options
| -rw-r--r-- | arch/x86/include/asm/paravirt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h index ef9975812c77..7709c12431b8 100644 --- a/arch/x86/include/asm/paravirt.h +++ b/arch/x86/include/asm/paravirt.h | |||
| @@ -112,7 +112,7 @@ static inline void arch_safe_halt(void) | |||
| 112 | 112 | ||
| 113 | static inline void halt(void) | 113 | static inline void halt(void) |
| 114 | { | 114 | { |
| 115 | PVOP_VCALL0(pv_irq_ops.safe_halt); | 115 | PVOP_VCALL0(pv_irq_ops.halt); |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | static inline void wbinvd(void) | 118 | static inline void wbinvd(void) |
