IOService::resourceMatching("IONVRAM"), &t );
#endif
- clock_initialize_calendar();
+ clock_initialize_calendar();
}
void iokit_post_constructor_init(void)
}
}
-// From <osfmk/kern/debug.c>
-extern int debug_mode;
-
/*****
* Pointer into bootstrap KLD segment for functions never used past startup.
*/
// Compat for boot-args
gIOKitTrace |= (gIOKitDebug & kIOTraceCompatBootArgs);
- // Check for the log synchronous bit set in io
- if (gIOKitDebug & kIOLogSynchronous)
- debug_mode = true;
-
if( PE_parse_boot_argn( "pmtimeout", &debugFlags, sizeof (debugFlags) ))
gCanSleepTimeout = debugFlags;
//