]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/acpi/cstate.c
ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.c
[net-next-2.6.git] / arch / x86 / kernel / acpi / cstate.c
index fb7a5f052e2b8766d11115e3f7fc174fadf6ac2f..fb16f17e59bea7dcde91e6ad6275c7bad5bbdfb8 100644 (file)
@@ -61,7 +61,7 @@ struct cstate_entry {
                unsigned int ecx;
        } 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];