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 <[email protected]> > Cc: Chris Metcalf <[email protected]> > Cc: Rusty Russell <[email protected]> > Cc: Bjorn Helgaas <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Wen Congyang <[email protected]> > Cc: David Howells <[email protected]> > Cc: [email protected] > --- > 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 <[email protected]> -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

