All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h
@ 2007-04-23 15:05 Jan Kiszka
  2007-04-24  8:17 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2007-04-23 15:05 UTC (permalink / raw)
  To: xenomai-core

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

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.
+
 2007-04-19  Philippe Gerum  <rpm@xenomai.org>
 
 	* 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 <string.h>
 #include <asm/param.h>
 
-static inline unsigned long ffnz (unsigned long ul)
-{
-    return ffs((int)ul) - 1;
-}
-
 #include <asm/xenomai/atomic.h>
 #include <nucleus/core.h>
 #include <nucleus/trace.h>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-24  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-23 15:05 [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h Jan Kiszka
2007-04-24  8:17 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.