diff options
author | Venki Pallipadi <venkatesh.pallipadi@intel.com> | 2007-10-12 17:04:24 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-12 17:04:24 -0400 |
commit | bfe0c1cc6456bba1f4e3cc1fe29c0ea578ac763a (patch) | |
tree | 7bf60e24749a33fdac079a9c9829da24cf468e00 /arch/x86/kernel/hpet.c | |
parent | 59c69f2a51b41e9886b85f61c04e8d0d2a35f37b (diff) |
x86: HPET force enable for ICH5
force_enable hpet for ICH5.
[ Build fixes from Andrew Morton ]
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Andi Kleen <ak@suse.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/hpet.c')
-rw-r--r-- | arch/x86/kernel/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index a6c68915d2a9..f8367074da0d 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c | |||
@@ -181,7 +181,7 @@ static void hpet_start_counter(void) | |||
181 | 181 | ||
182 | static void hpet_resume_device(void) | 182 | static void hpet_resume_device(void) |
183 | { | 183 | { |
184 | ich_force_hpet_resume(); | 184 | force_hpet_resume(); |
185 | } | 185 | } |
186 | 186 | ||
187 | static void hpet_restart_counter(void) | 187 | static void hpet_restart_counter(void) |