From a9fda9c402934292ee143edfbd26a8e46594a8a3 Mon Sep 17 00:00:00 2001 From: "Andries E. Brouwer" Date: Fri, 25 Feb 2005 18:03:27 -0800 Subject: [PATCH] more apic.c setup_APIC_timer is only called in __init context and uses __initdata --- arch/i386/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index dea3e9a8a447..7f98d17a41ba 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c @@ -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; -- cgit v1.2.3