- remove typo
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@274 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
bc67c946af
commit
aec80ba9e4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int apic_calibration(void)
|
|||
|
||||
apic_write(lapic+APIC_DCR, 0xB); // set it to 1 clock increments
|
||||
apic_write(lapic+APIC_LVT_T, 0x20030); // connects the timer to 48 and enables it
|
||||
apic_write(lapic+APIC_ICR), 0xFFFFFFFF);
|
||||
apic_write(lapic+APIC_ICR, 0xFFFFFFFF);
|
||||
|
||||
/* wait 3 time slices to determine a ICR */
|
||||
while(get_clock_tick() - ticks < 3)
|
||||
|
|
Loading…
Add table
Reference in a new issue