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
- Lines: 9
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/asm-ia64/system.h
- Orig date:
2003-08-25 04:44:43.000000000 -0700
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)