[MIPS] Fold non-__mips64 case into CONFIG_32BIT case.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a3c9dc3831
commit
359bbd42a5
1 changed files with 1 additions and 3 deletions
|
@ -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_SIGPENDING
|
||||||
#define __ARCH_WANT_SYS_SIGPROCMASK
|
#define __ARCH_WANT_SYS_SIGPROCMASK
|
||||||
#define __ARCH_WANT_SYS_RT_SIGACTION
|
#define __ARCH_WANT_SYS_RT_SIGACTION
|
||||||
# ifndef __mips64
|
|
||||||
# define __ARCH_WANT_STAT64
|
|
||||||
# endif
|
|
||||||
# ifdef CONFIG_32BIT
|
# ifdef CONFIG_32BIT
|
||||||
|
# define __ARCH_WANT_STAT64
|
||||||
# define __ARCH_WANT_SYS_TIME
|
# define __ARCH_WANT_SYS_TIME
|
||||||
# endif
|
# endif
|
||||||
# ifdef CONFIG_MIPS32_O32
|
# ifdef CONFIG_MIPS32_O32
|
||||||
|
|
Loading…
Add table
Reference in a new issue