From 61bfbd6d35173c5f6181d382424a0ba829459ece Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Tue, 21 May 2019 15:01:29 -0700 Subject: [PATCH] ANDROID: Revert "x86/build: Move _etext to actual end of .text" This reverts commit 392bef709659abea614abfe53cf228e7a59876a4. Bug: 132629930 Bug: 120440614 Test: Building gki x86 config successfully Change-Id: Iecf8a8e0c74850112cc4f6f9b4b5e0713e158a77 Signed-off-by: Ram Muthiah --- arch/x86/kernel/vmlinux.lds.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 0850b5149345..4d1517022a14 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S @@ -141,10 +141,10 @@ SECTIONS *(.text.__x86.indirect_thunk) __indirect_thunk_end = .; #endif - } :text = 0x9090 - /* End of text section */ - _etext = .; + /* End of text section */ + _etext = .; + } :text = 0x9090 NOTES :text :note