From: Jan Kiszka <jan.kiszka@domain.hid>
To: adeos-main <adeos-main@gna.org>
Cc: Philippe Gerum <rpm@xenomai.org>
Subject: [Adeos-main] [PATCH 3/5] avoid naming conflict around __ipipe_irq_handler
Date: Sun, 30 Dec 2007 00:13:00 +0100 [thread overview]
Message-ID: <4776D47C.5090005@domain.hid> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 293 bytes --]
There is already a definition of __ipipe_irq_handler. So, we either need
to more the real ipipe_irq_handler_t into ipipe_base.h, or rename this
local variant to __ipipe_irq_handler_t, or simple drop this refactoring.
This patch starts with applying the latter - the easiest one :->
Jan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: avoid-naming-conflict.patch --]
[-- Type: text/x-patch; name="avoid-naming-conflict.patch", Size: 1028 bytes --]
---
include/asm-x86/ipipe_32.h | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Index: linux-2.6.24-rc6-xeno/include/asm-x86/ipipe_32.h
===================================================================
--- linux-2.6.24-rc6-xeno.orig/include/asm-x86/ipipe_32.h
+++ linux-2.6.24-rc6-xeno/include/asm-x86/ipipe_32.h
@@ -125,11 +125,8 @@ static inline unsigned long __ipipe_ffnz
DECLARE_PER_CPU(struct pt_regs, __ipipe_tick_regs);
-typedef void (__ipipe_irq_handler)(unsigned irq,
- void *cookie);
-
static inline void __ipipe_call_root_xirq_handler(unsigned irq,
- __ipipe_irq_handler *handler)
+ void (*handler)(unsigned, void *))
{
struct pt_regs *regs = &__raw_get_cpu_var(__ipipe_tick_regs);
@@ -161,7 +158,7 @@ void irq_enter(void);
void irq_exit(void);
static inline void __ipipe_call_root_virq_handler(unsigned irq,
- __ipipe_irq_handler *handler,
+ void (*handler)(unsigned, void *),
void *cookie)
{
irq_enter();
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
next reply other threads:[~2007-12-29 23:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-29 23:13 Jan Kiszka [this message]
2007-12-30 10:46 ` [Adeos-main] [PATCH 3/5] avoid naming conflict around __ipipe_irq_handler Philippe Gerum
2007-12-30 17:15 ` Jan Kiszka
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=4776D47C.5090005@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--cc=rpm@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.