Commit 1c4badbd authored by H. Peter Anvin's avatar H. Peter Anvin

x86-64, trampoline: Remove unused variable

Removed unused variable left over from development.
Reported-by: default avatarBrian Gerst <brgerst@gmail.com>
LKML-Reference: <AANLkTik6UJ680mWJcu_W+jerLcqPjwjvaXyxB1jAMaG0@mail.gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Matthieu Castet <castet.matthieu@free.fr>
parent ee1b06ea
...@@ -157,8 +157,6 @@ startup_64_vector: ...@@ -157,8 +157,6 @@ startup_64_vector:
.word __KERNEL_CS, 0 .word __KERNEL_CS, 0
.balign 4 .balign 4
fixup_base:
.long 0
ENTRY(trampoline_status) ENTRY(trampoline_status)
.long 0 .long 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment