From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 9 Feb 2006 12:13:28 +0000 (+0000)
Subject: [MIPS] Fold non-__mips64 case into CONFIG_32BIT case.
X-Git-Tag: v2.6.16-rc4~94
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=359bbd42a5a205234d5943571fc7bf946967ee59;p=linux-2.6-omap-h63xx.git

[MIPS] Fold non-__mips64 case into CONFIG_32BIT case.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h
index e7ff9b18778..769305d2010 100644
--- a/include/asm-mips/unistd.h
+++ b/include/asm-mips/unistd.h
@@ -1184,10 +1184,8 @@ type name (atype a,btype b,ctype c,dtype d,etype e,ftype f) \
 #define __ARCH_WANT_SYS_SIGPENDING
 #define __ARCH_WANT_SYS_SIGPROCMASK
 #define __ARCH_WANT_SYS_RT_SIGACTION
-# ifndef __mips64
-#  define __ARCH_WANT_STAT64
-# endif
 # ifdef CONFIG_32BIT
+#  define __ARCH_WANT_STAT64
 #  define __ARCH_WANT_SYS_TIME
 # endif
 # ifdef CONFIG_MIPS32_O32