diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-09-22 17:31:39 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-11 07:32:55 -0400 |
commit | a7ff43b808f077e7aae2772b2f1a06a39e6b0cf8 (patch) | |
tree | b8de5edc8a8a37e8e864b0861c67e9c0451b027c /include/asm-avr32 | |
parent | af8184718a322ae589efa583aa69ffdae61bf266 (diff) |
[AVR32] Ignore a few irrelevant syscalls
Ignore a few syscalls that are irrelevant because they're either old,
depends on NUMA or depends on SMP.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/unistd.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-avr32/unistd.h b/include/asm-avr32/unistd.h index 3b4e35b55c82..de09009593f8 100644 --- a/include/asm-avr32/unistd.h +++ b/include/asm-avr32/unistd.h | |||
@@ -303,6 +303,19 @@ | |||
303 | #ifdef __KERNEL__ | 303 | #ifdef __KERNEL__ |
304 | #define NR_syscalls 282 | 304 | #define NR_syscalls 282 |
305 | 305 | ||
306 | /* Old stuff */ | ||
307 | #define __IGNORE_uselib | ||
308 | #define __IGNORE_mmap | ||
309 | |||
310 | /* NUMA stuff */ | ||
311 | #define __IGNORE_mbind | ||
312 | #define __IGNORE_get_mempolicy | ||
313 | #define __IGNORE_set_mempolicy | ||
314 | #define __IGNORE_migrate_pages | ||
315 | #define __IGNORE_move_pages | ||
316 | |||
317 | /* SMP stuff */ | ||
318 | #define __IGNORE_getcpu | ||
306 | 319 | ||
307 | #define __ARCH_WANT_IPC_PARSE_VERSION | 320 | #define __ARCH_WANT_IPC_PARSE_VERSION |
308 | #define __ARCH_WANT_STAT64 | 321 | #define __ARCH_WANT_STAT64 |