Unbreak the build after r329891
I was apparently a little too excited with deleting code, and apparently didn't do a final test build before commit. Restore cpu_idle_wakeup().
This commit is contained in:
parent
03a3981b89
commit
571892ff4d
@ -768,3 +768,10 @@ cpu_idle_powerx(sbintime_t sbt)
|
||||
spinlock_exit();
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
cpu_idle_wakeup(int cpu)
|
||||
{
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user