Reverse order of dumpsys and cpu_idle_wakeup to reduce diffs to p4.

This commit is contained in:
imp 2009-01-15 07:48:37 +00:00
parent f3d3b3e6d1
commit 41a4baf4c0

View File

@ -418,16 +418,16 @@ cpu_idle(int busy)
panic("ints disabled in idleproc!");
}
int
cpu_idle_wakeup(int cpu)
{
return (0);
}
void
dumpsys(struct dumperinfo *di __unused)
{
printf("Kernel dumps not implemented on this architecture\n");
}
int
cpu_idle_wakeup(int cpu)
{
return (0);
}