Skip to content
Commit 087aa036 authored by Chen Gang's avatar Chen Gang Committed by Stephen Rothwell
Browse files

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: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 3912a677
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment