From fab95618d237058be23b2273acdbc6c16fd8fbc5 Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 1 Oct 2010 14:26:56 +0100 Subject: [PATCH] --- yaml --- r: 212416 b: refs/heads/master c: 74b0ec0708e7c8c530079b737f32c55597d062cc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/kernel/vmlinux.lds.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 10683118190d..dcb1aaaf1008 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 842eab40b6920819fff5caeefdb709f07d3f8e23 +refs/heads/master: 74b0ec0708e7c8c530079b737f32c55597d062cc diff --git a/trunk/arch/arm/kernel/vmlinux.lds.S b/trunk/arch/arm/kernel/vmlinux.lds.S index fd5750b8ac84..065d35de0e01 100644 --- a/trunk/arch/arm/kernel/vmlinux.lds.S +++ b/trunk/arch/arm/kernel/vmlinux.lds.S @@ -109,8 +109,6 @@ SECTIONS RO_DATA(PAGE_SIZE) - _etext = .; /* End of text and rodata section */ - #ifdef CONFIG_ARM_UNWIND /* * Stack unwinding tables @@ -128,6 +126,8 @@ SECTIONS } #endif + _etext = .; /* End of text and rodata section */ + #ifdef CONFIG_XIP_KERNEL __data_loc = ALIGN(4); /* location in binary */ . = PAGE_OFFSET + TEXT_OFFSET;