]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/vmlinux.lds.S
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / arch / x86 / kernel / vmlinux.lds.S
index a5af9a7c4be47f2df01a38a477223c9323c40aa0..4d1517022a147bfd3b24a9577fe5f08edd12c225 100644 (file)
@@ -362,7 +362,7 @@ SECTIONS
        .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
                __bss_start = .;
                *(.bss..page_aligned)
-               *(.bss)
+               *(BSS_MAIN)
                BSS_DECRYPTED
                . = ALIGN(PAGE_SIZE);
                __bss_stop = .;