summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/process.c')
-rw-r--r--arch/ia64/kernel/process.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ia64/kernel/process.c b/arch/ia64/kernel/process.c
index 5b6deb5f5..cc26b8760 100644
--- a/arch/ia64/kernel/process.c
+++ b/arch/ia64/kernel/process.c
@@ -97,6 +97,14 @@ cpu_idle (void *unused)
check_pgt_cache();
if (pm_idle)
(*pm_idle)();
+#ifdef CONFIG_ITANIUM_ASTEP_SPECIFIC
+ if (ia64_get_itm() < ia64_get_itc()) {
+ extern void ia64_reset_itm();
+
+ printk("cpu_idle: ITM in past, resetting it...\n");
+ ia64_reset_itm();
+ }
+#endif
}
}