]> err.no Git - linux-2.6/blobdiff - arch/x86_64/kernel/head64.c
[PATCH] x86_64: Minor clean up to CPU setup - use smp_processor_id instead of custom...
[linux-2.6] / arch / x86_64 / kernel / head64.c
index 0f8c78dcd38c4aca360158eb7d72bc85901add83..cf6ab147a2a5dc806cfbd4ead4912cfaca1c8258 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);