some NUMA related syscalls: mbind, get_mempolicy are not supported on some arches (e.g. i386), this patch checks the syscalls' availability in setup() function, if the syscall is not implemented on the system, a TCONF message will be given like this: get_mempolicy01 1 TCONF : syscall __NR_get_mempolicy01 not supported on your arch Signed-off-by: Caspar Zhang --- .../syscalls/get_mempolicy/get_mempolicy01.c | 10 ++++++++++ testcases/kernel/syscalls/mbind/mbind01.c | 9 +++++++++ 2 files changed, 19 insertions(+), 0 deletions(-)