]> err.no Git - linux-2.6/blobdiff - arch/xtensa/kernel/vmlinux.lds.S
[MIPS] Revert "mips: add pm_power_off"
[linux-2.6] / arch / xtensa / kernel / vmlinux.lds.S
index 476b2b53cd010907e956dea81b06b215008db36f..5ed71dfc81105c5ecf2836db2e34b8884dcf4a1c 100644 (file)
@@ -90,10 +90,10 @@ SECTIONS
     *(.literal .text)
     *(.srom.text)
     VMLINUX_SYMBOL(__sched_text_start) = .;
-    *(.sched.text.literal .sched.text)
+    *(.sched.literal .sched.text)
     VMLINUX_SYMBOL(__sched_text_end) = .;
     VMLINUX_SYMBOL(__lock_text_start) = .;
-    *(.spinlock.text.literal .spinlock.text)
+    *(.spinlock.literal .spinlock.text)
     VMLINUX_SYMBOL(__lock_text_end) = .;
 
   }
@@ -164,7 +164,7 @@ SECTIONS
   __init_begin = .;
   .init.text : {
        _sinittext = .;
-       *(.init.text.literal) *(.init.text)
+       *(.init.literal) *(.init.text)
        _einittext = .;
   }