]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitada6eb541b1cd46667d5e779496e2d021d1af11c
treec19348966183d3ed79f6e9593a40d95c736e0665
parent529561a67fa800c2f491d772369e4a896c5f8dd3
[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