From: Michael Ellerman Date: Tue, 15 Jul 2014 10:25:02 +0000 (+1000) Subject: powerpc: Move bad_stack() below the fwnmi_data_area X-Git-Tag: omap-for-v3.17/fixes-against-rc2~134^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2bf01b21054b9300d2e108f5b8b5e4b803b8b8;p=pandora-kernel.git powerpc: Move bad_stack() below the fwnmi_data_area At the moment the allmodconfig build is failing because we run out of space between altivec_assist() at 0x5700 and the fwnmi_data_area at 0x7000. Fixing it permanently will take some more work, but a quick fix is to move bad_stack() below the fwnmi_data_area. That gives us just enough room with everything enabled. bad_stack() is called from the common exception handlers, but it's a non-conditional branch, so we have plenty of scope to move it further way. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed