x86, gdt, hibernate: Store/load GDT for hibernate path.
[deliverable/linux.git] / arch / x86 / power / hibernate_asm_64.S
index 9356547d8c012458971b527897946d2c6d4aafae..3c4469a7a929c7fa3488707a25829cdc6fcc6411 100644 (file)
@@ -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 */
This page took 0.026634 seconds and 5 git commands to generate.