From: Michael Ellerman Date: Sun, 4 Dec 2005 07:39:37 +0000 (+1100) Subject: [PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offset X-Git-Tag: v2.6.16-rc1~666^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc4746cadda16826a1b3214c042a2f75445b71c;p=pandora-kernel.git [PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offset 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed