[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>
Showing
- arch/i386/kernel/cpu/proc.c 1 addition, 1 deletionarch/i386/kernel/cpu/proc.c
- arch/i386/kernel/smpboot.c 1 addition, 1 deletionarch/i386/kernel/smpboot.c
- arch/i386/kernel/time.c 1 addition, 1 deletionarch/i386/kernel/time.c
- arch/i386/kernel/timers/common.c 2 additions, 1 deletionarch/i386/kernel/timers/common.c
- arch/i386/kernel/timers/timer_hpet.c 1 addition, 1 deletionarch/i386/kernel/timers/timer_hpet.c
- arch/i386/kernel/timers/timer_tsc.c 4 additions, 3 deletionsarch/i386/kernel/timers/timer_tsc.c
- include/asm-i386/timex.h 1 addition, 1 deletioninclude/asm-i386/timex.h
Loading
Please register or sign in to comment