On Tue, Feb 27, 2007 at 05:38:41PM +0000, Thiemo Seufer wrote: > Something like > > #if LOADADDR == 0xffffffff80000000 > .fill 0x400 > #endif > > but by defining an appropriate name in arch/mips/Makefile instead of > externalizing the load-y/LOADADDR there. Basically a good idea but it will fail for 64-bit kernels so the test would need to be extended to cover XKPHYS as well. Also R2 processors which have the c0_ebase registers do no need to reserve space for exception handlers as they can easily move them elsewhere. Ralf