K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-14T21:37:57.000000Z K 7 svn:log V 461 Fix reboot hangs that have happened with multiple processors on Alpha 4100s. Basically, if you're halting or you're rebooting, you should tell all other processors to halt first. Define IPI_HALT- IPI_STOP is not what we want for this purpose, which will call prom_halt(0) on receipt. The processor running the halt or reboot wil send an IPI_HALT to all other processors, delay a bit, then continue to do what what it was planning on doing (prom_halt({0|1})). END