Adil Hafeez wrote: > Hi Dan, > > Here is the patch. > > diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S > index eebdaa2..a5e6d4e 100644 > --- a/arch/mips/kernel/head.S > +++ b/arch/mips/kernel/head.S > @@ -28,6 +28,7 @@ > #include <asm/mipsregs.h> > #include <asm/stackframe.h> > > + j kernel_entry > .text > /* > * Reserved space for exception handlers. But certainly not _before_ .text. Also, it shouldn't move the reserved space, it would need "align" instead of "space" afterwards. Thiemo