summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle2006-02-09 13:13:28 +0100
committerRalf Baechle2006-02-14 20:13:23 +0100
commit359bbd42a5a205234d5943571fc7bf946967ee59 (patch)
tree01e7ea8ebeb7baf7ae4505675e749e02f6cb5060 /include
parent[MIPS] Update docs to reflect the latest status of the Alchemy IDE driver. (diff)
downloadkernel-qcow2-linux-359bbd42a5a205234d5943571fc7bf946967ee59.tar.gz
kernel-qcow2-linux-359bbd42a5a205234d5943571fc7bf946967ee59.tar.xz
kernel-qcow2-linux-359bbd42a5a205234d5943571fc7bf946967ee59.zip
[MIPS] Fold non-__mips64 case into CONFIG_32BIT case.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/unistd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h
index e7ff9b187783..769305d20108 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