#include <mach/processor_server.h>
#include <kern/kern_types.h>
-#include <kern/counters.h>
#include <kern/cpu_data.h>
#include <kern/cpu_quiesce.h>
#include <kern/ipc_host.h>
return KERN_INVALID_HOST;
}
- assert(host_priv == &realhost);
-
#if DEVELOPMENT || DEBUG
if (options & HOST_REBOOT_DEBUGGER) {
Debugger("Debugger");
return KERN_INVALID_HOST;
}
- assert(host_priv == &realhost);
-
/*
* Copy first operator string terminated by '\0' followed by
* standardized strings generated from boot string.