x86: remove VISWS and PARAVIRT around NR_IRQS puzzle
[safe/jmp/linux-2.6] / arch / x86 / boot / compressed / vmlinux_64.lds
index f6e5b44..bef1ac8 100644 (file)
@@ -3,7 +3,7 @@ OUTPUT_ARCH(i386:x86-64)
 ENTRY(startup_64)
 SECTIONS
 {
-       /* Be careful parts of head_64.S assume startup_64 is at
+       /* Be careful parts of head_64.S assume startup_32 is at
         * address 0.
         */
        . = 0;
@@ -39,10 +39,10 @@ SECTIONS
                *(.bss.*)
                *(COMMON)
                . = ALIGN(8);
-               _end = . ;
+               _end_before_pgt = . ;
                . = ALIGN(4096);
                pgtable = . ;
                . = . + 4096 * 6;
-               _heap = .;
+               _ebss = .;
        }
 }