From: Andrew Morton Date: Thu, 23 Jun 2005 07:08:34 +0000 (-0700) Subject: [PATCH] x86: cpu_khz type fix X-Git-Tag: v2.6.13-rc4~130^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a255e744dfa672e741dc24306491139d0de2d8;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed