|
@@ -61,7 +61,7 @@ struct cstate_entry {
|
|
unsigned int ecx;
|
|
unsigned int ecx;
|
|
} states[ACPI_PROCESSOR_MAX_POWER];
|
|
} states[ACPI_PROCESSOR_MAX_POWER];
|
|
};
|
|
};
|
|
-static struct cstate_entry *cpu_cstate_entry; /* per CPU ptr */
|
|
|
|
|
|
+static struct cstate_entry __percpu *cpu_cstate_entry; /* per CPU ptr */
|
|
|
|
|
|
static short mwait_supported[ACPI_PROCESSOR_MAX_POWER];
|
|
static short mwait_supported[ACPI_PROCESSOR_MAX_POWER];
|
|
|
|
|