K 10 svn:author V 6 marcel K 8 svn:date V 27 2008-09-15T01:03:16.323461Z K 7 svn:log V 323 Dont worry about PSL_RI (restartable interrupt indicator) in common PowerPC code when all we want to achieve is to enable external interrupts. We can set PSL_RI at any time before we allow interrupts and/or exceptions, so move it to the AIM specific initialization and do it when we also set PSL_ME (machine check enable). END