From aec80ba9e410b760d899c55547faec5239dd298d Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 26 Nov 2010 05:38:01 +0000 Subject: [PATCH] - remove typo git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@274 315a16e6-25f9-4109-90ae-ca3045a26c18 --- arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 50bf0caa..60f506f7 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -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)