On Mon, 2006-10-30 at 15:40 +0100, Andi Kleen wrote: > > > > Andi, can you fix libnuma ? :) > > I fixed libnuma to return ENOSYS on ppc, still waiting for an official > syscall number
>From a pending patch by Stephen: --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h @@ -276,7 +276,7 @@ #endif #define __NR_rtas 255 #define __NR_sys_debug_setcontext 256 /* Number 257 is reserved for vserver */ -/* 258 currently unused */ +#define __NR_migrate_pages 258 #define __NR_mbind 259 #define __NR_get_mempolicy 260 #define __NR_set_mempolicy 261 Paul conformed the number is final. Cheers, Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

