Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68303
b: refs/heads/master
c: 63482aa
h: refs/heads/master
i:
  68301: 2b1bc6f
  68299: ccf6a99
  68295: a99fd01
  68287: 0d30168
v: v3
  • Loading branch information
Paul Mundt committed Oct 9, 2007
1 parent c87ca12 commit 3caac31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3497337946415849a2e4473ec2e9f0d2a6624b23
refs/heads/master: 63482aaadacbc7e125d672bf8d8f2d39c13a49ed
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ SECTIONS
__con_initcall_end = .;
SECURITY_INIT

/* .exit.text is discarded at runtime, not link time, to deal with
references from .rodata */
.exit.text : { *(.exit.text) }
.exit.data : { *(.exit.data) }

#ifdef CONFIG_BLK_DEV_INITRD
. = ALIGN(PAGE_SIZE);

Expand Down

0 comments on commit 3caac31

Please sign in to comment.