[PATCH] x86: cpu_khz type fix
authorAndrew Morton <akpm@osdl.org>
Thu, 23 Jun 2005 07:08:34 +0000 (00:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:11 +0000 (09:45 -0700)
commita3a255e744dfa672e741dc24306491139d0de2d8
treec19348966183d3ed79f6e9593a40d95c736e0665
parent129f69465b411592247c408f93d7106939223be1
[PATCH] x86: cpu_khz type fix

x86_64's cpu_khz is unsigned int and there is no reason why x86 needs to use
unsigned long.

So make cpu_khz unsigned int on x86 as well.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/proc.c
arch/i386/kernel/smpboot.c
arch/i386/kernel/time.c
arch/i386/kernel/timers/common.c
arch/i386/kernel/timers/timer_hpet.c
arch/i386/kernel/timers/timer_tsc.c
include/asm-i386/timex.h