Linux MIPS Architecture development
 help / color / mirror / Atom feed
* scall_64.S #ifdef fix
@ 2003-03-07 19:33 Kip Walker
  0 siblings, 0 replies; only message in thread
From: Kip Walker @ 2003-03-07 19:33 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 19:33 scall_64.S #ifdef fix Kip Walker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox