All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] sh: Wire up finit_module syscall
Date: Wed, 14 Nov 2012 06:13:47 +0000	[thread overview]
Message-ID: <20121114061347.GA22146@linux-sh.org> (raw)
In-Reply-To: <1352872900-25112-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com>

On Wed, Nov 14, 2012 at 03:01:40PM +0900, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> ---
>  arch/sh/include/uapi/asm/unistd_32.h |    3 ++-
>  arch/sh/include/uapi/asm/unistd_64.h |    3 ++-
>  arch/sh/kernel/syscalls_32.S         |    1 +
>  arch/sh/kernel/syscalls_64.S         |    1 +
>  4 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/sh/include/uapi/asm/unistd_32.h b/arch/sh/include/uapi/asm/unistd_32.h
> index 9e465f2..d13a1d6 100644
> --- a/arch/sh/include/uapi/asm/unistd_32.h
> +++ b/arch/sh/include/uapi/asm/unistd_32.h
> @@ -379,7 +379,8 @@
>  #define __NR_process_vm_readv	365
>  #define __NR_process_vm_writev	366
>  #define __NR_kcmp		367
> +#define __NR_finit_module	368
>  
> -#define NR_syscalls 368
> +#define NR_syscalls 369
>  
>  #endif /* __ASM_SH_UNISTD_32_H */
> diff --git a/arch/sh/include/uapi/asm/unistd_64.h b/arch/sh/include/uapi/asm/unistd_64.h
> index 8e3a2ed..9f1a456 100644
> --- a/arch/sh/include/uapi/asm/unistd_64.h
> +++ b/arch/sh/include/uapi/asm/unistd_64.h
> @@ -399,7 +399,8 @@
>  #define __NR_process_vm_readv	376
>  #define __NR_process_vm_writev	377
>  #define __NR_kcmp		378
> +#define __NR_finit_module	368
>  
Copy and paste error, this needs to be 379.

  reply	other threads:[~2012-11-14  6:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14  6:01 [PATCH] sh: Wire up finit_module syscall Nobuhiro Iwamatsu
2012-11-14  6:13 ` Paul Mundt [this message]
2012-11-14  6:26 ` Nobuhiro Iwamatsu

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=20121114061347.GA22146@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-sh@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.