Merge branch 'percpu-for-linus' into percpu-for-next
[linux-block.git] / arch / alpha / kernel / vmlinux.lds.S
index b9d6568e5f7f0eb68f7ecb2dac4207a705e0e47b..6dc03c35caa0246bb87dc69c0add025e1f46ab94 100644 (file)
@@ -134,13 +134,6 @@ SECTIONS
        __bss_stop = .;
        _end = .;
 
-       /* Sections to be discarded */
-       /DISCARD/ : {
-               EXIT_TEXT
-               EXIT_DATA
-               *(.exitcall.exit)
-       }
-
        .mdebug 0 : {
                *(.mdebug)
        }
@@ -150,4 +143,6 @@ SECTIONS
 
        STABS_DEBUG
        DWARF_DEBUG
+
+       DISCARDS
 }