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 8099fea0a72f..dc7f938e5015 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S | |||
@@ -437,7 +437,7 @@ ldt_ss: | |||
437 | * is still available to implement the setting of the high | 437 | * is still available to implement the setting of the high |
438 | * 16-bits in the INTERRUPT_RETURN paravirt-op. | 438 | * 16-bits in the INTERRUPT_RETURN paravirt-op. |
439 | */ | 439 | */ |
440 | cmpl $0, paravirt_ops+PARAVIRT_enabled | 440 | cmpl $0, pv_info+PARAVIRT_enabled |
441 | jne restore_nocheck | 441 | jne restore_nocheck |
442 | #endif | 442 | #endif |
443 | 443 | ||