From: Chen Gang Date: Mon, 25 Mar 2013 01:31:31 +0000 (+0800) Subject: powerpc: make additional room in exception vector area X-Git-Tag: v3.9-rc5~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087aa036eb79f24b856893190359ba812b460f45;p=pandora-kernel.git powerpc: make additional room in exception vector area The FWNMI region is fixed at 0x7000 and the vector are now overflowing that with allmodconfig. Fix that by moving slb_miss_realmode code out of that region as it doesn't need to be that close to the call sites (it is a _GLOBAL function) Fixes this build error: arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:1304: Error: attempt to move .org backwards Signed-off-by: Chen Gang Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed