Re: [PATCH 11/14] kern/lock.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:49 +0100, a écrit : > * kern/lock.c [MACH_SLOCKS && NCPUS == 1] (simple_locks_info): Move struct > definition to kern/lock.h. Ditto. > --- > kern/lock.c | 5 - > kern/lock.h | 7 +++ > 2 files changed, 7 insertions(+), 5 deletions(-) > > diff --gi

[PATCH 11/14] kern/lock.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* kern/lock.c [MACH_SLOCKS && NCPUS == 1] (simple_locks_info): Move struct definition to kern/lock.h. --- kern/lock.c | 5 - kern/lock.h | 7 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/kern/lock.c b/kern/lock.c index fb5e344..ca47e8a 100644 --- a/kern/lock.c +++ b