Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212416
b: refs/heads/master
c: 74b0ec0
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Oct 8, 2010
1 parent 7d03401 commit fab9561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 842eab40b6920819fff5caeefdb709f07d3f8e23
refs/heads/master: 74b0ec0708e7c8c530079b737f32c55597d062cc
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ SECTIONS

RO_DATA(PAGE_SIZE)

_etext = .; /* End of text and rodata section */

#ifdef CONFIG_ARM_UNWIND
/*
* Stack unwinding tables
Expand All @@ -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;
Expand Down

0 comments on commit fab9561

Please sign in to comment.