From 2acf8382adb8cd78e68af5baa943d1e3dbba3cfd Mon Sep 17 00:00:00 2001 From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 13:33:19 +0100 Subject: [PATCH] --- yaml --- r: 80337 b: refs/heads/master c: fbf519240c840f51e4d4af35c3c19e1df160dc48 h: refs/heads/master i: 80335: d06f2be7f183a0a7a5de931c05ed82c60585d5fd v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/vmlinux_64.lds.S | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4d270b963e87..2f345428c6bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a59153dceb860f810b2ecd2504162309291edd4c +refs/heads/master: fbf519240c840f51e4d4af35c3c19e1df160dc48 diff --git a/trunk/arch/x86/kernel/vmlinux_64.lds.S b/trunk/arch/x86/kernel/vmlinux_64.lds.S index 7457370d7916..0992b9946c6f 100644 --- a/trunk/arch/x86/kernel/vmlinux_64.lds.S +++ b/trunk/arch/x86/kernel/vmlinux_64.lds.S @@ -178,6 +178,14 @@ SECTIONS } __con_initcall_end = .; SECURITY_INIT + + . = ALIGN(8); + .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) { + __parainstructions = .; + *(.parainstructions) + __parainstructions_end = .; + } + . = ALIGN(8); __alt_instructions = .; .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) {