Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68335
b: refs/heads/master
c: 23ec23c
h: refs/heads/master
i:
  68333: 2beeb4b
  68331: 7a97b3b
  68327: 0a330a6
  68319: 6176e54
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 13, 2007
1 parent d117f0c commit d97c4a9
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: c5d6471ff9172e4d8f7a5b484b459c56904ae1f0
refs/heads/master: 23ec23c2d3496d1cdf74f73d60ab1051405ca774
3 changes: 2 additions & 1 deletion trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
#define TEXT_TEXT \
ALIGN_FUNCTION(); \
*(.text) \
*(.text.init.refok)
*(.text.init.refok) \
*(.exit.text.refok)

/* sched.text is aling to function alignment to secure we have same
* address even at second ld pass when generating System.map */
Expand Down

0 comments on commit d97c4a9

Please sign in to comment.