diff options
author | Andi Kleen <ak@suse.de> | 2007-05-02 13:27:10 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:10 -0400 |
commit | b8716890f35dd567a3f8e4dd69c428a8b3f47814 (patch) | |
tree | e80fed6d8be6037cda456543a14d445fe62bf58a /arch/x86_64 | |
parent | b4531e863dbd06b5d336afefdb37483b690dea59 (diff) |
[PATCH] x86-64: Remove unused stext symbol
suggested by Jan Beulich
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/head.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/head.S b/arch/x86_64/kernel/head.S index fd9fdfdd143e..1fab487dee86 100644 --- a/arch/x86_64/kernel/head.S +++ b/arch/x86_64/kernel/head.S | |||
@@ -279,7 +279,6 @@ early_idt_ripmsg: | |||
279 | .asciz "RIP %s\n" | 279 | .asciz "RIP %s\n" |
280 | 280 | ||
281 | .balign PAGE_SIZE | 281 | .balign PAGE_SIZE |
282 | ENTRY(stext) | ||
283 | 282 | ||
284 | #define NEXT_PAGE(name) \ | 283 | #define NEXT_PAGE(name) \ |
285 | .balign PAGE_SIZE; \ | 284 | .balign PAGE_SIZE; \ |