* [patch 18/57] numa api: Add i386 support
@ 2004-05-22 22:05 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2004-05-22 22:05 UTC (permalink / raw)
To: torvalds; +Cc: linux-mm, akpm, ak
From: Andi Kleen <ak@suse.de>
Add NUMA API system calls for i386
---
25-akpm/arch/i386/kernel/entry.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff -puN arch/i386/kernel/entry.S~numa-api-i386 arch/i386/kernel/entry.S
--- 25/arch/i386/kernel/entry.S~numa-api-i386 2004-05-22 14:56:24.374386056 -0700
+++ 25-akpm/arch/i386/kernel/entry.S 2004-05-22 14:56:24.377385600 -0700
@@ -876,9 +876,9 @@ ENTRY(sys_call_table)
.long sys_utimes
.long sys_fadvise64_64
.long sys_ni_syscall /* sys_vserver */
- .long sys_ni_syscall /* sys_mbind */
- .long sys_ni_syscall /* 275 sys_get_mempolicy */
- .long sys_ni_syscall /* sys_set_mempolicy */
+ .long sys_mbind
+ .long sys_get_mempolicy
+ .long sys_set_mempolicy
.long sys_mq_open
.long sys_mq_unlink
.long sys_mq_timedsend
_
--
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-22 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-22 22:05 [patch 18/57] numa api: Add i386 support akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox