diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
commit | 4153b9005c460e02d36c457367a045444812bb97 (patch) | |
tree | d6f41a24f4f58d0c85725f61aea0e5deba6d21cd /core/idle.c | |
parent | 12eafad11c9c68c979309087d71f1c76e3f1c4b9 (diff) | |
parent | 16aa878d78086e9bc1c1f1053dc24da295f81e05 (diff) | |
download | syslinux-5.10-pre1.tar.gz |
Merge branch 'lwip-merge' into elflinksyslinux-5.10-pre1
Diffstat (limited to 'core/idle.c')
-rw-r--r-- | core/idle.c | 6 |
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); |