Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a204458acb358c147618c749ba0fac8ef2c5d4e6
Commit:     a204458acb358c147618c749ba0fac8ef2c5d4e6
Parent:     b5438582090406e2ccb4169d9b2df7c9939ae42b
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 7 17:30:58 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:16:55 2007 +0100

    [MIPS] unwind_stack should return a value ...
    
    And gcc 3.4 doesn't even warn out this, grrr.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 include/asm-mips/stacktrace.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-mips/stacktrace.h b/include/asm-mips/stacktrace.h
index 87bd7ca..0bf8281 100644
--- a/include/asm-mips/stacktrace.h
+++ b/include/asm-mips/stacktrace.h
@@ -12,6 +12,7 @@ extern unsigned long unwind_stack(struct task_struct *task, 
unsigned long *sp,
 static inline unsigned long unwind_stack(struct task_struct *task,
        unsigned long *sp, unsigned long pc, unsigned long *ra)
 {
+       return 0;
 }
 #endif
 
-
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