From: "Kip Walker" <kwalker@broadcom.com>
To: "Ralf Baechle" <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Subject: scall_64.S #ifdef fix
Date: Fri, 07 Mar 2003 11:33:22 -0800 [thread overview]
Message-ID: <3E68F402.E1DE44C6@broadcom.com> (raw)
I think CONFIG_BINFMT_ELF32 would be a better choice since it implies
that O32 or N32 is included, whereas CONFIG_MIPS32_COMPAT doesn't
necessarily imply it.
Kip
Index: arch/mips64/kernel/scall_64.S
===================================================================
RCS file: /home/cvs/linux/arch/mips64/kernel/scall_64.S,v
retrieving revision 1.20.2.14
diff -u -r1.20.2.14 scall_64.S
--- arch/mips64/kernel/scall_64.S 7 Mar 2003 01:22:48 -0000
1.20.2.14
+++ arch/mips64/kernel/scall_64.S 7 Mar 2003 19:28:45 -0000
@@ -24,8 +24,8 @@
.align 5
NESTED(handle_sys64, PT_SIZE, sp)
-/* When 32-bit compatibility is configured scall_o32.S already did
this. */
-#ifndef CONFIG_MIPS32_COMPAT
+/* When 32-bit binaries are handled scall_[on]32.S already did this.
*/
+#ifndef CONFIG_BINFMT_ELF32
.set noat
SAVE_SOME
STI
reply other threads:[~2003-03-07 19:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3E68F402.E1DE44C6@broadcom.com \
--to=kwalker@broadcom.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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.