From: Andi Kleen <ak@muc.de>
To: Scott Robert Ladd <coyote@coyotegulch.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: NUMA Questions
Date: Mon, 24 May 2004 21:33:36 +0200 [thread overview]
Message-ID: <m3n03xd3hr.fsf@averell.firstfloor.org> (raw)
In-Reply-To: <1Zt9u-86V-3@gated-at.bofh.it> (Scott Robert Ladd's message of "Mon, 24 May 2004 21:20:08 +0200")
Scott Robert Ladd <coyote@coyotegulch.com> writes:
[hmm, didn't I answer this already?]
>
> Can anyone shed light on this?
The system calls were still missing on x86-64 in 2.6.7rc1.
Apply this small patch.
-Andi
--- linux-2.6.7rc1/include/asm-x86_64/unistd.h 2004-05-23 15:41:56.000000000 +0200
+++ linux-2.6.7rc1-amd64/include/asm-x86_64/unistd.h 2004-05-24 01:31:42.000000000 +0200
@@ -535,11 +535,11 @@
#define __NR_vserver 236
__SYSCALL(__NR_vserver, sys_ni_syscall)
#define __NR_mbind 237
-__SYSCALL(__NR_mbind, sys_ni_syscall)
+__SYSCALL(__NR_mbind, sys_mbind)
#define __NR_set_mempolicy 238
-__SYSCALL(__NR_set_mempolicy, sys_ni_syscall)
+__SYSCALL(__NR_set_mempolicy, sys_set_mempolicy)
#define __NR_get_mempolicy 239
-__SYSCALL(__NR_get_mempolicy, sys_ni_syscall)
+__SYSCALL(__NR_get_mempolicy, sys_get_mempolicy)
#define __NR_mq_open 240
__SYSCALL(__NR_mq_open, sys_mq_open)
#define __NR_mq_unlink 241
next parent reply other threads:[~2004-05-24 19:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1Zt9u-86V-3@gated-at.bofh.it>
2004-05-24 19:33 ` Andi Kleen [this message]
2004-05-24 19:43 ` NUMA Questions Scott Robert Ladd
2004-05-24 19:02 Scott Robert Ladd
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=m3n03xd3hr.fsf@averell.firstfloor.org \
--to=ak@muc.de \
--cc=coyote@coyotegulch.com \
--cc=linux-kernel@vger.kernel.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