asm-alpha/system.h patch to allow rebooting...
Ka'plaagh 05-Feb-1996 1707 +0000 (rusling@rdgeng.enet.dec.com)
Mon, 5 Feb 96 18:07:43 MET
All,
please include this patch to include/asm-alpha/system.h. It allows
'shutdown -r now' to work by having the PALcode halt entrypoint calling back
out to Milo's entrypoint. You'll need new Milos, which I will make available
soon. Meanwhile, the source is already there.
Dave
53c53
< #define halt() __asm__ __volatile__ ("call_pal %0" : : "i" (PAL_halt) : "memory")
---
> #define halt() __asm__ __volatile__(".long 0");