Re: ppc_md.SMI replacement for 2.6

2009-10-09 Thread Donald Kayser
I have more information on this PPC HPPB target. I compared the EXCEPTION macro between 2.4 and 2.6 with respect to SMI Exceptions. I noticed that in the 2.4 kernel a macro named STD_EXCEPTION was used and in the 2.6 kernel their is a new EXCEPTION macro structure. In the 2.6 kernel, it is

Re: ppc_md.SMI replacement for 2.6

2009-10-09 Thread Arnd Bergmann
On Friday 09 October 2009, Donald Kayser wrote: > On further comparison, this section of code has been added by the > vendor that actually ported linux 2.4 to this PPC HPPB target. So, if > anyone would like to lend a thought towards System Managment > Exceptions on PPC, please cc me at li...