summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 45e57de..d6ed3c3 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -335,7 +335,7 @@ cpu_halt()
}
static void
-cpu_idle_default(void)
+cpu_idle_default(int busy)
{
struct ia64_pal_result res;
@@ -348,6 +348,13 @@ cpu_idle()
(*cpu_idle_hook)();
}
+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