diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-14 17:50:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-16 13:23:46 -0400 |
commit | f70fd1b53c163442ba7c5d7a9279f23211a5ac6d (patch) | |
tree | 4ff3092ba999e5fc243dab846df032993c20977c /arch/mips | |
parent | 603bb99c8bca114fcd586271b19fa9fe65877b62 (diff) |
[MIPS] vmlinux.lds.S: Handle KPROBES_TEXT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 33581387d662..2781cff1485e 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
@@ -35,6 +35,7 @@ SECTIONS | |||
35 | TEXT_TEXT | 35 | TEXT_TEXT |
36 | SCHED_TEXT | 36 | SCHED_TEXT |
37 | LOCK_TEXT | 37 | LOCK_TEXT |
38 | KPROBES_TEXT | ||
38 | *(.fixup) | 39 | *(.fixup) |
39 | *(.gnu.warning) | 40 | *(.gnu.warning) |
40 | } :text = 0 | 41 | } :text = 0 |