projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c9dc3
)
[MIPS] Fold non-__mips64 case into CONFIG_32BIT case.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 9 Feb 2006 12:13:28 +0000
(12:13 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 14 Feb 2006 19:13:23 +0000
(19:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/unistd.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/unistd.h
b/include/asm-mips/unistd.h
index e7ff9b1877835c4911d02afe6c747ecae6b02ca2..769305d20108338d00b8775c80ea4d8727e067ea 100644
(file)
--- 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