Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f70fd1b53c163442ba7c5d7a9279f23211a5ac6d
Commit:     f70fd1b53c163442ba7c5d7a9279f23211a5ac6d
Parent:     603bb99c8bca114fcd586271b19fa9fe65877b62
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 14 22:50:05 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 18:23:46 2007 +0100

    [MIPS] vmlinux.lds.S: Handle KPROBES_TEXT.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 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 3358138..2781cff 100644
--- a/arch/mips/kernel/vmlinux.lds.S
+++ b/arch/mips/kernel/vmlinux.lds.S
@@ -35,6 +35,7 @@ SECTIONS
                TEXT_TEXT
                SCHED_TEXT
                LOCK_TEXT
+               KPROBES_TEXT
                *(.fixup)
                *(.gnu.warning)
        } :text = 0
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to