diff options
Diffstat (limited to 'arch/x86/power/hibernate_asm_64.S')
| -rw-r--r-- | arch/x86/power/hibernate_asm_64.S | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/power/hibernate_asm_64.S b/arch/x86/power/hibernate_asm_64.S index 9356547d8c0..3c4469a7a92 100644 --- a/arch/x86/power/hibernate_asm_64.S +++ b/arch/x86/power/hibernate_asm_64.S @@ -139,6 +139,9 @@ ENTRY(restore_registers)  	pushq	pt_regs_flags(%rax)  	popfq +	/* Saved in save_processor_state. */ +	lgdt	saved_context_gdt_desc(%rax) +  	xorq	%rax, %rax  	/* tell the hibernation core that we've just restored the memory */  |