>h8300, ia64, and sh64 still have possible outstanding issues, >which I've put at the end of the Documentation/ file. It >would be nice to get these looked at.
+ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) safe_halt() makes a call to PAL[1] to go to a lower power state. It does not do anything that would require a sleep. -Tony PAL = "processor abstraction layer" ... some firmware which is used to hide model specific differences between ia64 processor implementations.
