Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146774
b: refs/heads/master
c: 53c0054
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 11, 2009
1 parent 395d13b commit de1f33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 7bce6c2740fab36708233e998a9e53115649b193
refs/heads/master: 53c0054c3f11b49fc09f24e46f58661def952728
3 changes: 2 additions & 1 deletion trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ SECTIONS
. = CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START + CONFIG_ZERO_PAGE_OFFSET;
#endif

_text = .; /* Text and read-only data */

.empty_zero_page : AT(ADDR(.empty_zero_page) - LOAD_OFFSET) {
*(.empty_zero_page)
} = 0

.text : AT(ADDR(.text) - LOAD_OFFSET) {
_text = .; /* Text and read-only data */
HEAD_TEXT
TEXT_TEXT

Expand Down

0 comments on commit de1f33c

Please sign in to comment.