Loading arch/arm/kernel/vmlinux.lds.S +2 −2 Original line number Diff line number Diff line Loading @@ -109,8 +109,6 @@ SECTIONS RO_DATA(PAGE_SIZE) _etext = .; /* End of text and rodata section */ #ifdef CONFIG_ARM_UNWIND /* * Stack unwinding tables Loading @@ -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; Loading Loading
arch/arm/kernel/vmlinux.lds.S +2 −2 Original line number Diff line number Diff line Loading @@ -109,8 +109,6 @@ SECTIONS RO_DATA(PAGE_SIZE) _etext = .; /* End of text and rodata section */ #ifdef CONFIG_ARM_UNWIND /* * Stack unwinding tables Loading @@ -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; Loading