projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13cdee2
)
microblaze: Add IRQENTRY_TEXT to lds
author
Michal Simek
<monstr@monstr.eu>
Fri, 6 Nov 2009 11:27:25 +0000
(12:27 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:40:09 +0000
(08:40 +0100)
It is important for ftrace irqsoff support
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/vmlinux.lds.S
b/arch/microblaze/kernel/vmlinux.lds.S
index
ecee153
..
5ef619a
100644
(file)
--- a/
arch/microblaze/kernel/vmlinux.lds.S
+++ b/
arch/microblaze/kernel/vmlinux.lds.S
@@
-26,11
+26,12
@@
SECTIONS {
_stext = . ;
*(.text .text.*)
*(.fixup)
- EXIT_TEXT
- EXIT_CALL
+ EXIT_TEXT
+ EXIT_CALL
SCHED_TEXT
LOCK_TEXT
KPROBES_TEXT
+ IRQENTRY_TEXT
. = ALIGN (4) ;
_etext = . ;
}