Re: [PATCH 3/3] kcmp: enable the kcmp syscall when C/R is enabled

From: Mikael Pettersson
Date: Wed Dec 19 2012 - 09:58:51 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/