summaryrefslogtreecommitdiff
path: root/core/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/idle.c')
-rw-r--r--core/idle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/idle.c b/core/idle.c
index 9514df88..a089b088 100644
--- a/core/idle.c
+++ b/core/idle.c
@@ -1,5 +1,5 @@
-/* -*- fundamental -*- ---------------------------------------------------
- *
+/* ----------------------------------------------------------------------- *
+ *
* Copyright 2008 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
*
@@ -24,7 +24,7 @@
#define TICKS_TO_IDLE 4 /* Also in idle.inc */
-extern uint32_t _IdleTimer;
+extern jiffies_t _IdleTimer;
__export uint16_t NoHalt = 0;
int (*idle_hook_func)(void);