Package: numactl
Severity: wishlist
Tags: patch
Please add support for hppa to numactl. Patch follows.
The only syscall # which needs definition is migrate pages, as the rest
are now in linux-kernel-headers asm/unistd.h.
Cheers,
Kyle
--- numactl/syscall.c~ 2006-04-19 06:44:13.000000000 +0000
+++ numactl/syscall.c 2006-04-19 06:43:47.000000000 +0000
@@ -48,6 +48,10 @@
#define __NR_get_mempolicy 1260
#define __NR_set_mempolicy 1261
+#elif defined(__hppa__)
+
+#define __NR_migrate_pages 272
+
#elif defined(__i386__)
#define __NR_mbind 274
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]