]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/machine_routines.c
xnu-1228.12.14.tar.gz
[apple/xnu.git] / osfmk / ppc / machine_routines.c
index 9386f8597d08af463375011e06534939afa06c40..ad4add6f0c3349ee7308e36ae3d8de796425db4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2008 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -815,3 +815,18 @@ void ml_mem_backoff(void) {
        return;
 }
 
+
+
+/*
+ * Stubs for CPU Stepper
+ */
+void
+machine_run_count(__unused uint32_t count)
+{
+}
+
+boolean_t
+machine_cpu_is_inactive(__unused int num)
+{
+    return(FALSE);
+}