[PATCH]: libpayload: change the type of the cpu_khz variable
authorJordan Crouse <jordan.crouse@amd.com>
Thu, 28 Aug 2008 23:12:02 +0000 (23:12 +0000)
committerJordan Crouse <jordan.crouse@amd.com>
Thu, 28 Aug 2008 23:12:02 +0000 (23:12 +0000)
This makes it match the extern declaration in libc/time.c -
and doxygen can find make the connection. Trivial.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

payloads/libpayload/i386/timer.c

index ba3c31ae4e5e56b59162fd2250f3d5642cdef698..260656cfe3ec2d7caadc901b7c3813ed5d5ac61f 100644 (file)
@@ -30,7 +30,7 @@
 #include <libpayload.h>
 #include <arch/rdtsc.h>
 
-unsigned int cpu_khz;
+u32 cpu_khz;
 
 /**
  * Calculate the speed of the processor for use in delays.