Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153739
b: refs/heads/master
c: 7436127
h: refs/heads/master
i:
  153737: 834ae83
  153735: b8717fc
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jun 19, 2009
1 parent a827ba2 commit 1fb5655
Show file tree
Hide file tree
Showing 2 changed files with 9 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: c2860d43f5dfab599fc1308ab61b1d3e30801ceb
refs/heads/master: 7436127ce9042f95a10bb5423f726fd63a61934d
8 changes: 8 additions & 0 deletions trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ SECTIONS
*(.exitcall.exit)
*(.ARM.exidx.exit.text)
*(.ARM.extab.exit.text)
#ifndef CONFIG_HOTPLUG_CPU
*(.ARM.exidx.cpuexit.text)
*(.ARM.extab.cpuexit.text)
#endif
#ifndef CONFIG_HOTPLUG
*(.ARM.exidx.devexit.text)
*(.ARM.extab.devexit.text)
#endif
#ifndef CONFIG_MMU
*(.fixup)
*(__ex_table)
Expand Down

0 comments on commit 1fb5655

Please sign in to comment.