diff options
Diffstat (limited to 'include/asm-i386/suspend.h')
-rw-r--r-- | include/asm-i386/suspend.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h index c1da5caafaf7..8dbaafe611ff 100644 --- a/include/asm-i386/suspend.h +++ b/include/asm-i386/suspend.h | |||
@@ -12,12 +12,8 @@ static inline int arch_prepare_suspend(void) { return 0; } | |||
12 | struct saved_context { | 12 | struct saved_context { |
13 | u16 es, fs, gs, ss; | 13 | u16 es, fs, gs, ss; |
14 | unsigned long cr0, cr2, cr3, cr4; | 14 | unsigned long cr0, cr2, cr3, cr4; |
15 | u16 gdt_pad; | 15 | struct Xgt_desc_struct gdt; |
16 | u16 gdt_limit; | 16 | struct Xgt_desc_struct idt; |
17 | unsigned long gdt_base; | ||
18 | u16 idt_pad; | ||
19 | u16 idt_limit; | ||
20 | unsigned long idt_base; | ||
21 | u16 ldt; | 17 | u16 ldt; |
22 | u16 tss; | 18 | u16 tss; |
23 | unsigned long tr; | 19 | unsigned long tr; |