From: Greg Ungerer <gerg@snapgear.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: <linux-m68k@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] m68k: Wire up process_vm_{read,write}v
Date: Mon, 21 Nov 2011 09:36:06 +1000 [thread overview]
Message-ID: <4EC98EE6.8070101@snapgear.com> (raw)
In-Reply-To: <1321823420-14893-1-git-send-email-geert@linux-m68k.org>
Hi Geert,
On 21/11/11 07:10, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>
Looks good.
Acked-by: Greg Ungerer <gerg@uclinux.org>
Regards
Greg
> arch/m68k/include/asm/unistd.h | 4 +++-
> arch/m68k/kernel/syscalltable.S | 2 ++
> 2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
> index d97234b..ea0b502 100644
> --- a/arch/m68k/include/asm/unistd.h
> +++ b/arch/m68k/include/asm/unistd.h
> @@ -350,10 +350,12 @@
> #define __NR_clock_adjtime 342
> #define __NR_syncfs 343
> #define __NR_setns 344
> +#define __NR_process_vm_readv 345
> +#define __NR_process_vm_writev 346
>
> #ifdef __KERNEL__
>
> -#define NR_syscalls 345
> +#define NR_syscalls 347
>
> #define __ARCH_WANT_IPC_PARSE_VERSION
> #define __ARCH_WANT_OLD_READDIR
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index c468f2e..ce827b3 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -365,4 +365,6 @@ ENTRY(sys_call_table)
> .long sys_clock_adjtime
> .long sys_syncfs
> .long sys_setns
> + .long sys_process_vm_readv /* 345 */
> + .long sys_process_vm_writev
>
--
------------------------------------------------------------------------
Greg Ungerer -- Principal Engineer EMAIL: gerg@snapgear.com
SnapGear Group, McAfee PHONE: +61 7 3435 2888
8 Gardner Close FAX: +61 7 3217 5323
Milton, QLD, 4064, Australia WEB: http://www.SnapGear.com
prev parent reply other threads:[~2011-11-20 23:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-20 21:10 [PATCH] m68k: Wire up process_vm_{read,write}v Geert Uytterhoeven
2011-11-20 23:36 ` Greg Ungerer [this message]
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=4EC98EE6.8070101@snapgear.com \
--to=gerg@snapgear.com \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@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