Skip to content

Commit

Permalink
[AVR32] Ignore a few irrelevant syscalls
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haavard Skinnemoen committed Oct 11, 2007
1 parent af81847 commit a7ff43b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,19 @@
#ifdef __KERNEL__
#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_STAT64
Expand Down

0 comments on commit a7ff43b

Please sign in to comment.