From: Chris Metcalf Date: Fri, 9 Aug 2013 20:50:36 +0000 (-0400) Subject: tile: group .hottext* sections properly in vmlinux.lds X-Git-Tag: v3.12-rc1~120^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56059f2d3b8a053c965a51587a4a3328ac00a47;p=pandora-kernel.git tile: group .hottext* sections properly in vmlinux.lds With this change such sections are grouped with regular text in the vmlinux image; this change puts them at the front, which is where the standard Linux includes .text.hot*. This change should fix a recently-observed bug where a bunch of symbols were being omitted from the /proc/kallsyms output because they fell between _etext and _sinittext. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed