]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/m32r/kernel/vmlinux.lds.S
m32r: Remove unused .altinstructions and .exit.* code from linker script.
[linux-2.6.git] / arch / m32r / kernel / vmlinux.lds.S
index de5e21cca6a5a323d6a5eb3232694863cef05a36..a8aa4a858ddd3859fc7a235cf4470c1b4fc41cd0 100644 (file)
@@ -91,15 +91,6 @@ SECTIONS
   .con_initcall.init : { *(.con_initcall.init) }
   __con_initcall_end = .;
   SECURITY_INIT
-  . = ALIGN(4);
-  __alt_instructions = .;
-  .altinstructions : { *(.altinstructions) }
-  __alt_instructions_end = .;
-  .altinstr_replacement : { *(.altinstr_replacement) }
-  /* .exit.text is discard at runtime, not link time, to deal with references
-     from .altinstructions and .eh_frame */
-  .exit.text : { EXIT_TEXT }
-  .exit.data : { EXIT_DATA }
 
 #ifdef CONFIG_BLK_DEV_INITRD
   . = ALIGN(4096);