patch-2.4.23 linux-2.4.23/include/asm-ia64/system.h

Next file: linux-2.4.23/include/asm-ia64/topology.h
Previous file: linux-2.4.23/include/asm-ia64/spinlock.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-ia64/system.h linux-2.4.23/include/asm-ia64/system.h
@@ -104,7 +104,7 @@
 #define set_mb(var, value)	do { (var) = (value); mb(); } while (0)
 #define set_wmb(var, value)	do { (var) = (value); mb(); } while (0)
 
-#define safe_halt()         ia64_pal_halt(1)                /* PAL_HALT */
+#define safe_halt()         ia64_pal_halt_light()    /* PAL_HALT_LIGHT */
 
 /*
  * The group barrier in front of the rsm & ssm are necessary to ensure

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)