diff options
Diffstat (limited to 'arch/x86/realmode/rm')
-rw-r--r-- | arch/x86/realmode/rm/trampoline_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/realmode/rm/trampoline_64.S b/arch/x86/realmode/rm/trampoline_64.S index 1b9e1bc1ac5..bb360dc39d2 100644 --- a/arch/x86/realmode/rm/trampoline_64.S +++ b/arch/x86/realmode/rm/trampoline_64.S | |||
@@ -146,8 +146,8 @@ GLOBAL(trampoline_pgd) .space PAGE_SIZE | |||
146 | .balign 8 | 146 | .balign 8 |
147 | GLOBAL(trampoline_header) | 147 | GLOBAL(trampoline_header) |
148 | tr_start: .space 8 | 148 | tr_start: .space 8 |
149 | GLOBAL(tr_cr4) .space 4 | ||
150 | GLOBAL(tr_efer) .space 8 | 149 | GLOBAL(tr_efer) .space 8 |
150 | GLOBAL(tr_cr4) .space 4 | ||
151 | END(trampoline_header) | 151 | END(trampoline_header) |
152 | 152 | ||
153 | #include "trampoline_common.S" | 153 | #include "trampoline_common.S" |