diff options
Diffstat (limited to 'arch/x86/include/asm/realmode.h')
-rw-r--r-- | arch/x86/include/asm/realmode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/realmode.h b/arch/x86/include/asm/realmode.h index 937dc6071d76..fce3f4ae5bd6 100644 --- a/arch/x86/include/asm/realmode.h +++ b/arch/x86/include/asm/realmode.h | |||
@@ -35,9 +35,8 @@ struct trampoline_header { | |||
35 | u32 gdt_base; | 35 | u32 gdt_base; |
36 | #else | 36 | #else |
37 | u64 start; | 37 | u64 start; |
38 | u64 efer; | ||
38 | u32 cr4; | 39 | u32 cr4; |
39 | u32 efer_low; | ||
40 | u32 efer_high; | ||
41 | #endif | 40 | #endif |
42 | }; | 41 | }; |
43 | 42 | ||