[PATCH] x86: i8253/i8259A lock cleanup
[powerpc.git] / arch / x86_64 / kernel / head64.c
index 0f8c78d..cf6ab14 100644 (file)
@@ -94,7 +94,7 @@ void __init x86_64_start_kernel(char * real_mode_data)
        s = strstr(saved_command_line, "earlyprintk=");
        if (s != NULL)
                setup_early_printk(s);
-#ifdef CONFIG_DISCONTIGMEM
+#ifdef CONFIG_NUMA
        s = strstr(saved_command_line, "numa=");
        if (s != NULL)
                numa_setup(s+5);