summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 942b804..b77f67e 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -1133,7 +1133,7 @@ cpu_idle_default(void)
* is a runnable process.
*/
void
-cpu_idle(void)
+cpu_idle(int busy)
{
#ifdef SMP
@@ -1150,6 +1150,13 @@ cpu_idle(void)
}
}
+int
+cpu_idle_wakeup(int cpu)
+{
+
+ return (0);
+}
+
/* Other subsystems (e.g., ACPI) can hook this later. */
void (*cpu_idle_hook)(void) = cpu_idle_default;
OpenPOWER on IntegriCloud