]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/machine_cpu.h
xnu-1228.12.14.tar.gz
[apple/xnu.git] / osfmk / ppc / machine_cpu.h
index f043f6d3de58cac9f4ba81484f6eb4f16a18f4d8..88fe14def884660e05ae791a4e67dc763d7f5438 100644 (file)
@@ -46,4 +46,6 @@ typedef void (*broadcastFunc) (uint32_t);
 
 int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t);
 
+#define cpu_pause()            /* Not for this architecture */
+
 #endif /* _PPC_MACHINE_CPU_H_ */