X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Fidle%2Fintel_idle.c;h=96bf3809799606c346931b99cacf8e0437a5ece4;hb=3265eba0bed7645cacd5e2cb3614d504b5ac29e6;hp=a10152bb142738f2dc331960e7afcef980820a8e;hpb=68f160125f0655c21a1c9f896ddff97d98012cb0;p=net-next-2.6.git diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index a10152bb142..96bf3809799 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -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;