Re: [PATCH 1/1] posix clocks: introduce syscall for clock tuning.

From: Mike Frysinger
Date: Mon Aug 23 2010 - 04:23:30 EST


On Mon, Aug 23, 2010 at 04:16, Richard Cochran wrote:
> --- a/arch/blackfin/include/asm/unistd.h
> +++ b/arch/blackfin/include/asm/unistd.h
> @@ -389,8 +389,9 @@
> Â#define __NR_rt_tgsigqueueinfo 368
> Â#define __NR_perf_event_open  369
> Â#define __NR_recvmmsg     Â370
> +#define __NR_clock_adjtime   371
>
> -#define __NR_syscall      371
> +#define __NR_syscall      372
> Â#define NR_syscalls      Â__NR_syscall
>
> Â/* Old optional stuff no one actually uses */
> --- a/arch/blackfin/mach-common/entry.S
> +++ b/arch/blackfin/mach-common/entry.S
> @@ -1628,6 +1628,7 @@ ENTRY(_sys_call_table)
> Â Â Â Â.long _sys_rt_tgsigqueueinfo
> Â Â Â Â.long _sys_perf_event_open
>    Â.long _sys_recvmmsg       /* 370 */
> + Â Â Â .long _sys_clock_adjtime
>
> Â Â Â Â.rept NR_syscalls-(.-_sys_call_table)/4
> Â Â Â Â.long _sys_ni_syscall

FYI, this is going to hit a conflict as i'm about to push out an
update to wire up the new 2.6.36 syscalls
-mike
--
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/