]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: make additional room in exception vector area
authorChen Gang <gang.chen@asianux.com>
Mon, 25 Mar 2013 01:31:31 +0000 (09:31 +0800)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Mar 2013 06:14:21 +0000 (17:14 +1100)
commit087aa036eb79f24b856893190359ba812b460f45
tree9cca3788d5fae97004d6fd7ccd75c07c69a452ee
parent3912a677f68f6084e0a7b6a1a29310ac1b083713
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 <gang.chen@asianux.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/kernel/exceptions-64s.S