From: John David Anglin Date: Thu, 17 May 2012 14:34:34 +0000 (-0400) Subject: [PARISC] fix boot failure on 32-bit systems caused by branch stubs placed before... X-Git-Tag: v3.5-rc1~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5fb2471b7060767957fb964eb1aaec71533ab1;p=pandora-kernel.git [PARISC] fix boot failure on 32-bit systems caused by branch stubs placed before .text In certain configurations, the resulting kernel becomes too large to boot because the linker places the long branch stubs for the merged .text section at the very start of the image. As a result, the initial transfer of control jumps to an unexpected location. Fix this by placing the head text in a separate section so the stubs for .text are not at the start of the image. Signed-off-by: John David Anglin Cc: stable@vger.kernel.org Signed-off-by: James Bottomley --- Reading git-diff-tree failed