From: Jiang Liu Date: Wed, 3 Jul 2013 22:03:39 +0000 (-0700) Subject: tile: normalize global variables exported by vmlinux.lds X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a3b8df7be3b813cef7e32f74dea398274c2d47;p=pandora-kernel.git tile: normalize global variables exported by vmlinux.lds 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 Acked-by: Chris Metcalf Cc: Rusty Russell Cc: Bjorn Helgaas Cc: "David S. Miller" Cc: Wen Congyang Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed