]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Make load_hander handle upto 64k offset
authorMichael Neuling <mikey@neuling.org>
Mon, 5 Nov 2012 06:10:35 +0000 (17:10 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 04:08:03 +0000 (15:08 +1100)
commitd6ebcadb687a2e4e1e53005c25d43356c7bbe6fc
tree503eea0cd552d61e29505bc3442a0d630ba6184f
parent088adac2726a437fced167108cb898b111d39f38
powerpc: Make load_hander handle upto 64k offset

If we change load_hander() to use an ori instead of addi, we can load handlers
upto 64k away provided we are still 64k aligned.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/exception-64s.h
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/setup_64.c