[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>
This commit is contained in:
@@ -303,6 +303,19 @@
|
|||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
#define NR_syscalls 282
|
#define NR_syscalls 282
|
||||||
|
|
||||||
|
/* Old stuff */
|
||||||
|
#define __IGNORE_uselib
|
||||||
|
#define __IGNORE_mmap
|
||||||
|
|
||||||
|
/* NUMA stuff */
|
||||||
|
#define __IGNORE_mbind
|
||||||
|
#define __IGNORE_get_mempolicy
|
||||||
|
#define __IGNORE_set_mempolicy
|
||||||
|
#define __IGNORE_migrate_pages
|
||||||
|
#define __IGNORE_move_pages
|
||||||
|
|
||||||
|
/* SMP stuff */
|
||||||
|
#define __IGNORE_getcpu
|
||||||
|
|
||||||
#define __ARCH_WANT_IPC_PARSE_VERSION
|
#define __ARCH_WANT_IPC_PARSE_VERSION
|
||||||
#define __ARCH_WANT_STAT64
|
#define __ARCH_WANT_STAT64
|
||||||
|
Reference in New Issue
Block a user