]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/ppc/kern_machdep.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / dev / ppc / kern_machdep.c
index 6aeffbe200d6e89914f6db5e60a2ee8df73a8965..1f45bd1311a6fff2f4d07b0b94565f0de93ce097 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #include       <mach/boolean.h>
 #include       <mach/vm_param.h>
 #include       <kern/cpu_number.h>
+#include       <machine/exec.h>
+
+boolean_t kernacc(off_t, size_t );
 
-int grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype);
 
 /*
  * Routine: grade_binary()
@@ -253,16 +255,9 @@ kernacc(
 void
 md_prepare_for_shutdown(int paniced, int howto, char * command);
 
-extern void IOSystemShutdownNotification(void);
-
 void
 md_prepare_for_shutdown(__unused int paniced, __unused int howto,
                        __unused char * command)
 {
-
-    /*
-     * Temporary hack to notify the power management root domain
-     * that the system will shut down.
-     */
-    IOSystemShutdownNotification();
+       return;
 }