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:
Justin Hibbits 2018-02-24 17:29:29 +00:00
parent 03a3981b89
commit 571892ff4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329915

View File

@ -768,3 +768,10 @@ cpu_idle_powerx(sbintime_t sbt)
spinlock_exit();
}
#endif
int
cpu_idle_wakeup(int cpu)
{
return (0);
}