]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] more apic.c
authorAndries E. Brouwer <andries.brouwer@cwi.nl>
Sat, 26 Feb 2005 02:03:27 +0000 (18:03 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 26 Feb 2005 02:03:27 +0000 (18:03 -0800)
setup_APIC_timer is only called in __init context and uses __initdata

arch/i386/kernel/apic.c

index dea3e9a8a4470e8b108ad2c28e7401f7f10bee5f..7f98d17a41ba9a912f42994ca567e64fab462b08 100644 (file)
@@ -930,7 +930,7 @@ void __setup_APIC_LVTT(unsigned int clocks)
        apic_write_around(APIC_TMICT, clocks/APIC_DIVISOR);
 }
 
-static void setup_APIC_timer(unsigned int clocks)
+static void __init setup_APIC_timer(unsigned int clocks)
 {
        unsigned long flags;