- 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:
stefan 2010-11-26 05:38:01 +00:00
parent bc67c946af
commit aec80ba9e4

View file

@ -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)