From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48B42950.7010001@domain.hid> Date: Tue, 26 Aug 2008 18:03:28 +0200 From: Philippe Gerum MIME-Version: 1.0 References: <48B3ED52.7080101@domain.hid> <48B407BD.2070204@domain.hid> In-Reply-To: <48B407BD.2070204@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] [PATCH 0/6] Registry-related cleanups and improvements Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: Jan Kiszka , xenomai-core Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Here comes the complete series of patches to improve the Xenomai >> registry. #1, #5, and #6 are resends of already posted patches, the >> middle part is fresh from the editor. The series reduces overhead >> and simplifies the registry code. Overall diffstat: >> >> include/asm-generic/hal.h | 10 +- >> include/nucleus/registry.h | 10 -- >> ksrc/arch/generic/hal.c | 18 +-- >> ksrc/arch/generic/nmi.c | 6 - >> ksrc/arch/x86/nmi_32.c | 6 - >> ksrc/nucleus/module.c | 58 ++++------- >> ksrc/nucleus/registry.c | 223 ++++++++++++++++++++++----------------------- >> ksrc/skins/native/alarm.c | 22 +--- >> ksrc/skins/native/buffer.c | 15 --- >> ksrc/skins/native/cond.c | 14 -- >> ksrc/skins/native/event.c | 15 --- >> ksrc/skins/native/heap.c | 14 -- >> ksrc/skins/native/intr.c | 17 --- >> ksrc/skins/native/mutex.c | 15 --- >> ksrc/skins/native/pipe.c | 14 -- >> ksrc/skins/native/queue.c | 12 -- >> ksrc/skins/native/sem.c | 14 -- >> ksrc/skins/native/task.c | 16 --- >> 18 files changed, 182 insertions(+), 317 deletions(-) >> >> So a net gain of more than 130 LOC. >> >> The series passed basic tests on my virtual target. > > Ok. Now that we have discussed the potential xnsynch issue, the patches > are Ok for me. > Ok, I'll merge then. -- Philippe.