Merge branch 'akpm-current/current'
[deliverable/linux.git] / drivers / idle / intel_idle.c
index 67ec58f9ef99f7c2fbc2115a8d6e8804a37327e1..4466a2f969d7ba5d5cafee13b7359047955cd07a 100644 (file)
@@ -863,8 +863,8 @@ static struct cpuidle_state dnv_cstates[] = {
  *
  * Must be called under local_irq_disable().
  */
-static int intel_idle(struct cpuidle_device *dev,
-               struct cpuidle_driver *drv, int index)
+static __cpuidle int intel_idle(struct cpuidle_device *dev,
+                               struct cpuidle_driver *drv, int index)
 {
        unsigned long ecx = 1; /* break on interrupt flag */
        struct cpuidle_state *state = &drv->states[index];
This page took 0.023689 seconds and 5 git commands to generate.