x86: delete __cpuinit usage from all x86 files
[deliverable/linux.git] / arch / x86 / kernel / microcode_core.c
index 22db92bbdf1a41f24185368fe0fe634749e3c8de..15c987698b0f730ed47b3f0daaf1021e6b1abdff 100644 (file)
@@ -468,7 +468,7 @@ static struct syscore_ops mc_syscore_ops = {
        .resume                 = mc_bp_resume,
 };
 
-static __cpuinit int
+static int
 mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
 {
        unsigned int cpu = (unsigned long)hcpu;
This page took 0.027547 seconds and 5 git commands to generate.