On 4/6/2013 10:32 AM, Jiang Liu wrote: > Normalize global variables exported by vmlinux.lds to conform usage > guidelines from include/asm-generic/sections.h. > > 1) Use _text to mark the start of the kernel image including the head > text, and _stext to mark the start of the .text section. > 2) Export mandatory global variables __init_begin and __init_end. > > Signed-off-by: Jiang Liu <jiang.liu@xxxxxxxxxx> > Cc: Chris Metcalf <cmetcalf@xxxxxxxxxx> > Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Wen Congyang <wency@xxxxxxxxxxxxxx> > Cc: David Howells <dhowells@xxxxxxxxxx> > Cc: linux-kernel@xxxxxxxxxxxxxxx > --- > arch/tile/include/asm/sections.h | 2 +- > arch/tile/kernel/setup.c | 4 ++-- > arch/tile/kernel/vmlinux.lds.S | 4 +++- > arch/tile/mm/init.c | 2 +- > 4 files changed, 7 insertions(+), 5 deletions(-) Acked-by: Chris Metcalf <cmetcalf@xxxxxxxxxx> -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>