On Fri, 2008-05-02 at 13:42 -0700, Kevin Diggs wrote: > I added: > > int __init iDoNothingUseful(struct cpu_spec *s,struct cpu_spec *t) > { > return s-t; > } > > right before the definition of identify_cpu() in cputable.c and: > > // (void) (*PTRRELOC(&iDoNothingUseful))(s,t); > (void) iDoNothingUseful(s,t); > > right before the return s; in the match block and it will not boot? Can > someone please explain what might be going on?
Why are you trying to muck around with that code in the first place ? :-) What are you trying to achieve ? Cheers, Ben. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev