linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: akpm@osdl.org
To: torvalds@osdl.org
Cc: linux-mm@kvack.org, akpm@osdl.org, ak@suse.de
Subject: [patch 19/57] numa api: Add IA64 support
Date: Sat, 22 May 2004 15:05:42 -0700	[thread overview]
Message-ID: <200405222206.i4MM6Jr12768@mail.osdl.org> (raw)

From: Andi Kleen <ak@suse.de>

Add NUMA API system calls on IA64 and one bug fix required for it.


---

 25-akpm/arch/ia64/kernel/entry.S  |    6 +++---
 25-akpm/include/asm-ia64/unistd.h |    6 +++---
 arch/ia64/kernel/acpi.c           |    0 
 3 files changed, 6 insertions(+), 6 deletions(-)

diff -puN arch/ia64/kernel/acpi.c~numa-api-ia64 arch/ia64/kernel/acpi.c
diff -puN arch/ia64/kernel/entry.S~numa-api-ia64 arch/ia64/kernel/entry.S
--- 25/arch/ia64/kernel/entry.S~numa-api-ia64	2004-05-22 14:56:24.498367208 -0700
+++ 25-akpm/arch/ia64/kernel/entry.S	2004-05-22 14:56:24.504366296 -0700
@@ -1501,9 +1501,9 @@ sys_call_table:
 	data8 sys_clock_nanosleep
 	data8 sys_fstatfs64
 	data8 sys_statfs64
-	data8 sys_ni_syscall
-	data8 sys_ni_syscall			// 1260
-	data8 sys_ni_syscall
+	data8 sys_mbind
+	data8 sys_get_mempolicy			// 1260
+	data8 sys_set_mempolicy
 	data8 sys_mq_open
 	data8 sys_mq_unlink
 	data8 sys_mq_timedsend
diff -puN include/asm-ia64/unistd.h~numa-api-ia64 include/asm-ia64/unistd.h
--- 25/include/asm-ia64/unistd.h~numa-api-ia64	2004-05-22 14:56:24.500366904 -0700
+++ 25-akpm/include/asm-ia64/unistd.h	2004-05-22 14:56:24.504366296 -0700
@@ -248,9 +248,9 @@
 #define __NR_clock_nanosleep		1256
 #define __NR_fstatfs64			1257
 #define __NR_statfs64			1258
-#define __NR_reserved1			1259	/* reserved for NUMA interface */
-#define __NR_reserved2			1260	/* reserved for NUMA interface */
-#define __NR_reserved3			1261	/* reserved for NUMA interface */
+#define __NR_mbind			1259
+#define __NR_get_mempolicy		1260
+#define __NR_set_mempolicy		1261
 #define __NR_mq_open			1262
 #define __NR_mq_unlink			1263
 #define __NR_mq_timedsend		1264

_


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

                 reply	other threads:[~2004-05-22 22:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405222206.i4MM6Jr12768@mail.osdl.org \
    --to=akpm@osdl.org \
    --cc=ak@suse.de \
    --cc=linux-mm@kvack.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox