From: Shane McDonald <mcdonald.shane@gmail.com>
To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
ralf@linux-mips.org, viro@ftp.linux.org.uk
Subject: [MIPS] Fix compile failure in 2.6.36-rc8 on 32-bit MIPS
Date: Fri, 15 Oct 2010 22:26:40 -0600 [thread overview]
Message-ID: <E1P6yLw-0007i6-SH@localhost> (raw)
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@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-kernel@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-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
next reply other threads:[~2010-10-16 4:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-16 4:26 Shane McDonald [this message]
2010-10-16 4:29 ` Fwd: [MIPS] Fix compile failure in 2.6.36-rc8 on 32-bit MIPS Shane McDonald
2010-10-16 9:07 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1P6yLw-0007i6-SH@localhost \
--to=mcdonald.shane@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ralf@linux-mips.org \
--cc=viro@ftp.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.