[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20689.54803.684081.31731@pilspetsen.it.uu.se>
Date: Wed, 19 Dec 2012 15:58:27 +0100
From: Mikael Pettersson <mikpe@...uu.se>
To: Alexander Kartashov <alekskartashov@...allels.com>
Cc: Russell King <linux@....linux.org.uk>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, gorcunov@...nvz.org,
xemul@...allels.com
Subject: Re: [PATCH 3/3] kcmp: enable the kcmp syscall when C/R is enabled
Alexander Kartashov writes:
> --- a/arch/arm/kernel/calls.S
> +++ b/arch/arm/kernel/calls.S
> @@ -387,7 +387,7 @@
> /* 375 */ CALL(sys_setns)
> CALL(sys_process_vm_readv)
> CALL(sys_process_vm_writev)
> - CALL(sys_ni_syscall) /* reserved for sys_kcmp */
> + CALL(sys_kcmp) /* reserved for sys_kcmp */
The /* reserved for sys_kcmp */ comment is now obsolete and should be removed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists