| | From | Andi Kleen <> | | Subject | [PATCH] [38/48] x86_64: Remove unused stext symbol | | Date | Sun, 29 Apr 2007 12:53:28 +0200 (CEST) |
| |
suggested by Jan Beulich
Signed-off-by: Andi Kleen <ak@suse.de>
--- arch/x86_64/kernel/head.S | 1 - 1 file changed, 1 deletion(-) Index: linux/arch/x86_64/kernel/head.S =================================================================== --- linux.orig/arch/x86_64/kernel/head.S +++ linux/arch/x86_64/kernel/head.S @@ -279,7 +279,6 @@ early_idt_ripmsg: .asciz "RIP %s\n" .balign PAGE_SIZE -ENTRY(stext) #define NEXT_PAGE(name) \ .balign PAGE_SIZE; \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|