]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/cpu.c
tg3: Restore likely() check in tg3_poll_msix()
[net-next-2.6.git] / kernel / cpu.c
index 677f25376a381ed909d431267ab891524313fe2a..f8cced2692b3799e26710ccbde3bc8f0f8b654e9 100644 (file)
@@ -338,7 +338,7 @@ int __cpuinit cpu_up(unsigned int cpu)
        if (!cpu_possible(cpu)) {
                printk(KERN_ERR "can't online cpu %d because it is not "
                        "configured as may-hotadd at boot time\n", cpu);
-#if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
+#if defined(CONFIG_IA64)
                printk(KERN_ERR "please check additional_cpus= boot "
                                "parameter\n");
 #endif