aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/Makefile
diff options
context:
space:
mode:
authorJimi Xenidis <jimix@pobox.com>2012-12-03 17:05:47 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-01-10 17:00:39 +1100
commit96f013fe1b0904ee9059aa5105f7aa4959cd3914 (patch)
tree7ed6a997c91b48d09d8312c247df0eb350c0dfc4 /arch/c6x/Makefile
parentc7c360eedb8c1eea302a224a8c83d19a4e4cf608 (diff)
powerpc/kexec: Add kexec "hold" support for Book3e processors
Motivation: IBM Blue Gene/Q comes with some very strange firmware that I'm trying to get out of using in the kernel. So instead I spin all the threads in the boot wrapper (using the firmware) and have them enter the kexec stub, pre-translated at the virtual "linear" address, never touching firmware again. This works strategy works wonderfully, but I need the following patch in the kexec stub. I believe it should not effect Book3S and Book3E does not appear to be here yet so I'd love to get any criticisms up front. This patch adds two items: 1) Book3e requires that GPR4 survive the "hold" process, so we make sure that happens. 2) Book3e has no real mode, and the hold code exploits this. Since these processors ares always translated, we arrange for the kexeced threads to enter the hold code using the normal kernel linear mapping. Signed-off-by: Jimi Xenidis <jimix@pobox.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/c6x/Makefile')
0 files changed, 0 insertions, 0 deletions