From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <462CCB4C.8040900@domain.hid> Date: Mon, 23 Apr 2007 17:05:48 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA572D92BCF8724EFD6BFD9F8" Sender: jan.kiszka@domain.hid Subject: [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai-core This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA572D92BCF8724EFD6BFD9F8 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Index: xenomai/ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- xenomai.orig/ChangeLog +++ xenomai/ChangeLog @@ -3,6 +3,8 @@ * include/asm-x86_64/hal.h (ffnz): Fix typo that inverted the search direction. =20 + * include/nucleus/system.h: Remove unused (and bogus) ffnz wrapper. + 2007-04-19 Philippe Gerum =20 * ksrc/skins/vrtx/module.c, ksrc/nucleus/pipe.c, Index: xenomai/include/nucleus/system.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- xenomai.orig/include/nucleus/system.h +++ xenomai/include/nucleus/system.h @@ -24,11 +24,6 @@ #include #include =20 -static inline unsigned long ffnz (unsigned long ul) -{ - return ffs((int)ul) - 1; -} - #include #include #include --------------enigA572D92BCF8724EFD6BFD9F8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGLMtMniDOoMHTA+kRAozYAJwPRZ0KnRd612NFH2LNV2h+wDfwlQCeIwoW alOBqPWknsuEbb8wgp5AnYg= =Xl7o -----END PGP SIGNATURE----- --------------enigA572D92BCF8724EFD6BFD9F8--