From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH] Fix warnings for kernel 2.4 builds
Date: Fri, 09 Feb 2007 10:16:18 +0100 [thread overview]
Message-ID: <1171012579.25642.0.camel@domain.hid> (raw)
In-Reply-To: <45CC3866.8070706@domain.hid>
On Fri, 2007-02-09 at 10:01 +0100, Jan Kiszka wrote:
> Index: include/asm-generic/wrappers.h
> ===================================================================
> --- include/asm-generic/wrappers.h (Revision 2167)
> +++ include/asm-generic/wrappers.h (Arbeitskopie)
> @@ -257,8 +257,6 @@ unsigned long __va_to_kva(unsigned long
> &(p)->pending.signal, \
> &(p)->signal->shared_pending.signal)
>
> -#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) */
> -
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)
> #define DECLARE_WORK_NODATA(f, n) DECLARE_WORK(f, n, NULL)
> #define DECLARE_WORK_FUNC(f) void f(void *cookie)
> @@ -267,4 +265,6 @@ unsigned long __va_to_kva(unsigned long
> #define DECLARE_WORK_FUNC(f) void f(struct work_struct *work)
> #endif /* >= 2.6.20 */
>
> +#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) */
> +
> #endif /* _XENO_ASM_GENERIC_WRAPPERS_H */
>
Merged, thanks.
--
Philippe.
prev parent reply other threads:[~2007-02-09 9:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-09 9:01 [Xenomai-core] [PATCH] Fix warnings for kernel 2.4 builds Jan Kiszka
2007-02-09 9:16 ` 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=1171012579.25642.0.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.