On Sat, May 28, 2011 at 05:48:35AM -0500, Rob Landley wrote: > Your missing hunk at the top of this file is: > > @@ -29,6 +29,7 @@ > #include <asm/system.h> > #include <asm/cacheflush.h> > #include <asm/traps.h> > +#include <asm/smp-ops.h> > > #include <asm/gcmpregs.h> > #include <asm/mips-boards/prom.h> > > And then the patch works! Yay! Thank you. Thanks Rob! I fixed that and the patch is now in the MIPS git. Ralf