From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h
Date: Mon, 23 Apr 2007 17:05:48 +0200 [thread overview]
Message-ID: <462CCB4C.8040900@domain.hid> (raw)
[-- 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 --]
next reply other threads:[~2007-04-23 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 15:05 Jan Kiszka [this message]
2007-04-24 8:17 ` [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=462CCB4C.8040900@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.