summaryrefslogtreecommitdiff
path: root/kern/machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/machine.c')
-rw-r--r--kern/machine.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/kern/machine.c b/kern/machine.c
index 2fe30cee..0e1781cc 100644
--- a/kern/machine.c
+++ b/kern/machine.c
@@ -125,9 +125,7 @@ void cpu_down(int cpu)
}
kern_return_t
-host_reboot(host, options)
- const host_t host;
- int options;
+host_reboot(const host_t host, int options)
{
if (host == HOST_NULL)
return (KERN_INVALID_HOST);
@@ -623,8 +621,7 @@ Restart_pset:
* running on the processor's shutdown stack.
*/
-void processor_doshutdown(processor)
-processor_t processor;
+void processor_doshutdown(processor_t processor)
{
int cpu = processor->slot_num;