commit | 2bc0414ee04fd8bb798760801f5d7476dff44241 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Nov 05 17:25:53 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 14 19:55:14 2005 -0800 |
tree | 3ae48fd461dca1f7f46f440325c674717a36f693 | |
parent | 6b75aeedde1e8a8513393d3c1367bf81bc5b0c67 [diff] |
[PATCH] x86_64: Only use asm/sections.h to declare section symbols Adding __initdata_* to asm-generic/sections.h Replaces a lot of open coded externs in arch/x86_64/* I had to change __bss_end to __bss_stop to match the other architectures. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>