|
@@ -83,7 +83,7 @@ static unsigned int mwait_substates;
|
|
|
/* Reliable LAPIC Timer States, bit 1 for C1 etc. */
|
|
|
static unsigned int lapic_timer_reliable_states;
|
|
|
|
|
|
-static struct cpuidle_device *intel_idle_cpuidle_devices;
|
|
|
+static struct cpuidle_device __percpu *intel_idle_cpuidle_devices;
|
|
|
static int intel_idle(struct cpuidle_device *dev, struct cpuidle_state *state);
|
|
|
|
|
|
static struct cpuidle_state *cpuidle_state_table;
|