percpu: add __percpu sparse annotations to what's left
[linux-flexiantxendom0-natty.git] / drivers / edac / amd64_edac.c
index 000dc67..7b36c88 100644 (file)
@@ -13,7 +13,7 @@ module_param(report_gart_errors, int, 0644);
 static int ecc_enable_override;
 module_param(ecc_enable_override, int, 0644);
 
-static struct msr *msrs;
+static struct msr __percpu *msrs;
 
 /* Lookup table for all possible MC control instances */
 struct amd64_pvt;