Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106514
b: refs/heads/master
c: fb5e2b3
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Jul 25, 2008
1 parent 5e48503 commit 837af25
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 37a4c940749670671adab211a2d9c9fed9f3f757
refs/heads/master: fb5e2b379732e1a6ea32392980bb42e0212db842
4 changes: 3 additions & 1 deletion trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
* during second ld run in second ld pass when generating System.map */
#define TEXT_TEXT \
ALIGN_FUNCTION(); \
*(.text.hot) \
*(.text) \
*(.ref.text) \
*(.text.init.refok) \
Expand All @@ -230,7 +231,8 @@
CPU_KEEP(init.text) \
CPU_KEEP(exit.text) \
MEM_KEEP(init.text) \
MEM_KEEP(exit.text)
MEM_KEEP(exit.text) \
*(.text.unlikely)


/* sched.text is aling to function alignment to secure we have same
Expand Down

0 comments on commit 837af25

Please sign in to comment.