aboutsummaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-08-28 23:12:02 +0000
committerJordan Crouse <jordan.crouse@amd.com>2008-08-28 23:12:02 +0000
commit483926648ebc7b0ac937a6692dc2329113d65dd9 (patch)
tree200c98d8c5ab097bda2fc8903512e444bc31c722 /payloads
parent617120c8284c2abd054600207bd858a04d19b34d (diff)
[PATCH]: libpayload: change the type of the cpu_khz variable
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
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/i386/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/i386/timer.c b/payloads/libpayload/i386/timer.c
index ba3c31ae4e..260656cfe3 100644
--- a/payloads/libpayload/i386/timer.c
+++ b/payloads/libpayload/i386/timer.c
@@ -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.