diff options
author | H. Peter Anvin <[email protected]> | 2011-02-18 15:50:36 -0800 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2011-02-18 15:50:36 -0800 |
commit | 1c4badbdeae53d2584bb5395a062cfebed76696e (patch) | |
tree | 312f3095f8b89e8941e59bbbb23dc4d20468210f | |
parent | ee1b06ea6aed979da3b4e6b6ffea98ad55a3c5c1 (diff) |
x86-64, trampoline: Remove unused variable
Removed unused variable left over from development.
Reported-by: Brian Gerst <[email protected]>
LKML-Reference: <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Matthieu Castet <[email protected]>
-rw-r--r-- | arch/x86/kernel/trampoline_64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/trampoline_64.S b/arch/x86/kernel/trampoline_64.S index 49c77a682522..09ff51799e96 100644 --- a/arch/x86/kernel/trampoline_64.S +++ b/arch/x86/kernel/trampoline_64.S @@ -157,8 +157,6 @@ startup_64_vector: .word __KERNEL_CS, 0 .balign 4 -fixup_base: - .long 0 ENTRY(trampoline_status) .long 0 |