diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-04 09:26:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-04 09:26:44 -0700 |
commit | 190045d53b9a8341e8600d6eb468b6081e903afb (patch) | |
tree | b0fb0e19223f5e293f9fe3028dcac027d9934c47 /include/asm-mips/unistd.h | |
parent | e2baf4ed168589af8224d51f0ac50e65bcdee3f6 (diff) | |
parent | 8c976e34516c9e134488babbb95af182340370c8 (diff) | |
download | kernel_samsung_smdk4412-190045d53b9a8341e8600d6eb468b6081e903afb.zip kernel_samsung_smdk4412-190045d53b9a8341e8600d6eb468b6081e903afb.tar.gz kernel_samsung_smdk4412-190045d53b9a8341e8600d6eb468b6081e903afb.tar.bz2 |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] VSMP: Fix initialization ordering bug.
[MIPS] Add whitelists for checksyscalls.sh
[MIPS] die(): Properly declare as non-returning
[MIPS] Fix include wrapper symbol definitions in IP32 code.
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 59d6fec..ed16de0 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -977,6 +977,22 @@ # define __ARCH_WANT_COMPAT_SYS_TIME # endif +/* whitelists for checksyscalls */ +#define __IGNORE_select +#define __IGNORE_vfork +#define __IGNORE_time +#define __IGNORE_uselib +#define __IGNORE_fadvise64_64 +#define __IGNORE_getdents64 +#if _MIPS_SIM == _MIPS_SIM_NABI32 +#define __IGNORE_truncate64 +#define __IGNORE_ftruncate64 +#define __IGNORE_stat64 +#define __IGNORE_lstat64 +#define __IGNORE_fstat64 +#define __IGNORE_fstatat64 +#endif + #endif /* !__ASSEMBLY__ */ /* |