From: Tim Abbott Date: Tue, 28 Apr 2009 15:47:15 +0000 (-0400) Subject: powerpc: Revert switch to TEXT_TEXT in linker script X-Git-Tag: v2.6.30-rc4~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13beadd91f148933f47947a88ab2c97a1ca9768d;p=pandora-kernel.git powerpc: Revert switch to TEXT_TEXT in linker script Commit edada399 broke the build on 64-bit powerpc because it moved the __ftr_alt_* sections of a file away from the .text section, causing link failures due to relative conditional branch targets being too far away from the branch instructions. This happens on pretty much all 64-bit powerpc configs. This change reverts commit edada399 while preserving the update from the *.refok sections to .ref.text that has happened since. Signed-off-by: Tim Abbott Requested-by: Paul Mackerras Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed