From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <462CCB4C.8040900@domain.hid> References: <462CCB4C.8040900@domain.hid> Content-Type: text/plain Date: Tue, 24 Apr 2007 10:17:13 +0200 Message-Id: <1177402633.20763.29.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h 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: Jan Kiszka Cc: xenomai-core On Mon, 2007-04-23 at 17:05 +0200, Jan Kiszka wrote: > Index: xenomai/ChangeLog > =================================================================== > --- xenomai.orig/ChangeLog > +++ xenomai/ChangeLog > @@ -3,6 +3,8 @@ > * include/asm-x86_64/hal.h (ffnz): Fix typo that inverted the search > direction. > > + * include/nucleus/system.h: Remove unused (and bogus) ffnz wrapper. > + Merged, thanks. > 2007-04-19 Philippe Gerum > > * ksrc/skins/vrtx/module.c, ksrc/nucleus/pipe.c, > Index: xenomai/include/nucleus/system.h > =================================================================== > --- xenomai.orig/include/nucleus/system.h > +++ xenomai/include/nucleus/system.h > @@ -24,11 +24,6 @@ > #include > #include > > -static inline unsigned long ffnz (unsigned long ul) > -{ > - return ffs((int)ul) - 1; > -} > - > #include > #include > #include > > _______________________________________________ > Xenomai-core mailing list > Xenomai-core@domain.hid > https://mail.gna.org/listinfo/xenomai-core -- Philippe.