|
@@ -400,7 +400,7 @@ static void lapic_timer_broadcast(cpumask_t mask)
|
|
* Setup the local APIC timer for this CPU. Copy the initilized values
|
|
* Setup the local APIC timer for this CPU. Copy the initilized values
|
|
* of the boot CPU and register the clock event in the framework.
|
|
* of the boot CPU and register the clock event in the framework.
|
|
*/
|
|
*/
|
|
-static void setup_APIC_timer(void)
|
|
|
|
|
|
+static void __cpuinit setup_APIC_timer(void)
|
|
{
|
|
{
|
|
struct clock_event_device *levt = &__get_cpu_var(lapic_events);
|
|
struct clock_event_device *levt = &__get_cpu_var(lapic_events);
|
|
|
|
|