From 6ed2b4509f7a2862a97b014e045f9b3d1306f5aa Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 18 Sep 2009 16:32:47 -0400 Subject: [PATCH] --- yaml --- r: 166215 b: refs/heads/master c: 2a67d26284c31e676bcf3891ad8cee75e87fbada h: refs/heads/master i: 166213: 69887a96382397d77cfb5e425a79f1d9eae9198e 166211: db6f50bdf0a1f6e594b152cf675e1f78b21cdd66 166207: 398acf8547926f74316f903471738428222dfbd1 v: v3 --- [refs] | 2 +- trunk/arch/m32r/kernel/vmlinux.lds.S | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 0a6e7ba9772e..bb2b36bfb628 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00b01b246bc2e28763cbd85f0dc949d6c0d38c13 +refs/heads/master: 2a67d26284c31e676bcf3891ad8cee75e87fbada diff --git a/trunk/arch/m32r/kernel/vmlinux.lds.S b/trunk/arch/m32r/kernel/vmlinux.lds.S index de5e21cca6a5..a8aa4a858ddd 100644 --- a/trunk/arch/m32r/kernel/vmlinux.lds.S +++ b/trunk/arch/m32r/kernel/vmlinux.lds.S @@ -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);