[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1P6yLw-0007i6-SH@localhost>
Date: Fri, 15 Oct 2010 22:26:40 -0600
From: Shane McDonald <mcdonald.shane@...il.com>
To: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
ralf@...ux-mips.org, viro@....linux.org.uk
Subject: [MIPS] Fix compile failure in 2.6.36-rc8 on 32-bit MIPS
There was a typo in commit d27240b, MIPS: Sanitize restart logics,
that causes a compile failure in 2.6.36-rc8 on 32-bit MIPS systems.
This patch corrects that typo.
Signed-off-by: Shane McDonald <mcdonald.shane@...il.com>
Cc: Al Viro <viro@...iv.linux.org.uk>
Cc: linux-kernel@...r.kernel.org
Cc: linux-arch@...r.kernel.org
Cc: linux-mips@...ux-mips.org
Cc: Ralf Baechle <ralf@...ux-mips.org>
---
arch/mips/kernel/scall32-o32.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S
index 58fb2bc..fbaabad 100644
--- a/arch/mips/kernel/scall32-o32.S
+++ b/arch/mips/kernel/scall32-o32.S
@@ -63,7 +63,7 @@ stack_done:
sw t0, PT_R7(sp) # set error flag
beqz t0, 1f
- lw t1, PR_R2(sp) # syscall number
+ lw t1, PT_R2(sp) # syscall number
negu v0 # error
sw t1, PT_R0(sp) # save it for syscall restarting
1: sw v0, PT_R2(sp) # result
--
1.6.2.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists