patch-2.1.126 linux/include/asm-alpha/system.h

Next file: linux/include/asm-arm/fcntl.h
Previous file: linux/include/asm-alpha/spinlock.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -95,8 +95,7 @@
 extern unsigned long whami(void);
 extern void wripir(unsigned long);
 
-#define halt() \
-__asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt) : "memory")
+extern void halt(void) __attribute__((noreturn));
 
 #define switch_to(prev,next) do {					\
 	current = next;							\

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov