From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h
Date: Tue, 24 Apr 2007 10:17:13 +0200 [thread overview]
Message-ID: <1177402633.20763.29.camel@domain.hid> (raw)
In-Reply-To: <462CCB4C.8040900@domain.hid>
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 <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>
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
--
Philippe.
prev parent reply other threads:[~2007-04-24 8:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 15:05 [Xenomai-core] [PATCH] cleanup ffnz from nucleus/system.h Jan Kiszka
2007-04-24 8:17 ` Philippe Gerum [this message]
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=1177402633.20763.29.camel@domain.hid \
--to=rpm@xenomai.org \
--cc=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.