]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/sh/kernel/vmlinux.lds.S
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[mv-sheeva.git] / arch / sh / kernel / vmlinux.lds.S
index 1b7d9d541e018303ca5b9273dd2683f1d061a0fa..a1e4ec24f1f5de82450606dc8ff7cc20e8756424 100644 (file)
@@ -99,16 +99,8 @@ SECTIONS
        _ebss = .;                      /* uClinux MTD sucks */
        _end = . ;
 
-       /*
-        * When something in the kernel is NOT compiled as a module, the
-        * module cleanup code and data are put into these segments. Both
-        * can then be thrown away, as cleanup code is never called unless
-        * it's a module.
-        */
-       /DISCARD/ : {
-               EXIT_CALL
-       }
-
        STABS_DEBUG
        DWARF_DEBUG
+
+       DISCARDS
 }