From: Andi Kleen <andi@firstfloor.org>
To: Chris Wedgwood <cw@f00f.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [x86-64] Add getcpu and epoll_pwait system calls.
Date: Wed, 9 May 2007 00:13:48 +0200 [thread overview]
Message-ID: <20070508221348.GC17482@one.firstfloor.org> (raw)
In-Reply-To: <20070508185145.B9A8E1827261@tuatara.stupidest.org>
On Tue, May 08, 2007 at 11:37:26AM -0700, Chris Wedgwood wrote:
> Signed-off-by: Chris Wedgwood <cw@f00f.org>
> ---
> include/asm-x86_64/unistd.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
> diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h
> index 26e23e0..aa7d4bf 100644
> --- a/include/asm-x86_64/unistd.h
> +++ b/include/asm-x86_64/unistd.h
> @@ -619,6 +619,10 @@ __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
> __SYSCALL(__NR_vmsplice, sys_vmsplice)
> #define __NR_move_pages 279
> __SYSCALL(__NR_move_pages, sys_move_pages)
> +#define __NR_getcpu 280
> +__SYSCALL(__NR_getcpu, sys_getcpu)
Nope. There already is a getcpu vsyscall. This is not needed.
> +#define __NR_epoll_pwait 281
> +__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)
Will add thanks
-Andi
next prev parent reply other threads:[~2007-05-08 22:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 18:37 [PATCH] [x86-64] Add getcpu and epoll_pwait system calls Chris Wedgwood
2007-05-08 21:28 ` Chris Wedgwood
2007-05-08 22:13 ` Andi Kleen [this message]
2007-05-08 22:16 ` Chris Wedgwood
2007-05-08 22:24 ` Andi Kleen
2007-05-08 22:43 ` Chris Wedgwood
2007-05-09 8:43 ` Russell King
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=20070508221348.GC17482@one.firstfloor.org \
--to=andi@firstfloor.org \
--cc=cw@f00f.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.