diff options
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r-- | arch/x86/kernel/entry_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index 290b7bc82da3..1f2062e94d82 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S | |||
@@ -434,7 +434,7 @@ ldt_ss: | |||
434 | * is still available to implement the setting of the high | 434 | * is still available to implement the setting of the high |
435 | * 16-bits in the INTERRUPT_RETURN paravirt-op. | 435 | * 16-bits in the INTERRUPT_RETURN paravirt-op. |
436 | */ | 436 | */ |
437 | cmpl $0, paravirt_ops+PARAVIRT_enabled | 437 | cmpl $0, pv_info+PARAVIRT_enabled |
438 | jne restore_nocheck | 438 | jne restore_nocheck |
439 | #endif | 439 | #endif |
440 | 440 | ||