[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
This commit is contained in:
Jordan Crouse 2008-08-28 23:12:02 +00:00
parent 617120c828
commit 483926648e
1 changed files with 1 additions and 1 deletions

View 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.