[PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offset
authorMichael Ellerman <michael@ellerman.id.au>
Sun, 4 Dec 2005 07:39:37 +0000 (18:39 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:52:21 +0000 (14:52 +1100)
Regardless of where the kernel's linked we always get interrupts at low
addresses. This patch creates a trampoline in the first 3 pages of memory,
where interrupts land, and patches those addresses to jump into the real
kernel code at PHYSICAL_START.

We also need to reserve the trampoline code and a bit more in prom.c

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found