patch-2.4.23 linux-2.4.23/include/asm-ia64/sn/simulator.h
Next file: linux-2.4.23/include/asm-ia64/sn/sn2/arch.h
Previous file: linux-2.4.23/include/asm-ia64/sn/sgi.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/asm-ia64/sn/simulator.h
- Orig date:
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/include/asm-ia64/sn/simulator.h linux-2.4.23/include/asm-ia64/sn/simulator.h
@@ -16,11 +16,13 @@
#define IS_RUNNING_ON_SIMULATOR() ({long sn; asm("mov %0=cpuid[%1]" : "=r"(sn) : "r"(2)); sn == SNMAGIC;})
#define SIMULATOR_SLEEP() asm("nop.i 0x8beef")
+#define SIMULATOR_PAUSE() asm("nop.i 0x9beef")
#else
#define IS_RUNNING_ON_SIMULATOR() (0)
#define SIMULATOR_SLEEP()
+#define SIMULATOR_PAUSE()
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)