put in a little comment (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
23b655f3b0
commit
ebb763fecf
|
@ -30,8 +30,8 @@ static void udelay(u32 us)
|
|||
tsc_t tsc, tsc1, tscd;
|
||||
msr_t msr;
|
||||
u32 fsb = 0, divisor;
|
||||
u32 d;
|
||||
u32 dn = 0x1000000 / 2;
|
||||
u32 d; /* ticks per us */
|
||||
u32 dn = 0x1000000 / 2; /* how many us before we need to use hi */
|
||||
|
||||
msr = rdmsr(0xcd);
|
||||
switch (msr.lo & 0x07) {
|
||||
|
|
Loading…
Reference in New Issue