tree 958eaf224a3ca3fc4f109ae0a8b4ce32797f17d5
parent ff2afb9df607dfcaacdaf67ea84b773c6fb08f4c
author Richard Purdie <[EMAIL PROTECTED]> Thu, 04 Aug 2005 15:06:59 +0100
committer Russell King <[EMAIL PROTECTED]> Thu, 04 Aug 2005 15:06:59 +0100

[PATCH] ARM: 2838/1: Fix arm oprofile backtrace warning

Patch from Richard Purdie

Fix a typo causing a warning in the arm oprofile backtrace code.

Signed-off-by: Richard Purdie <[EMAIL PROTECTED]>
Signed-off-by: Russell King <[EMAIL PROTECTED]>

 arch/arm/oprofile/backtrace.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/oprofile/backtrace.c b/arch/arm/oprofile/backtrace.c
--- a/arch/arm/oprofile/backtrace.c
+++ b/arch/arm/oprofile/backtrace.c
@@ -115,7 +115,7 @@ static int valid_kernel_stack(struct fra
        return (tailaddr > stack) && (tailaddr < stack_base);
 }
 
-void arm_backtrace(struct pt_regs const *regs, unsigned int depth)
+void arm_backtrace(struct pt_regs * const regs, unsigned int depth)
 {
        struct frame_tail *tail;
        unsigned long last_address = 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