From: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
To: Zwane Mwaikambo <zwane@linuxpower.ca>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
long <tlnguyen@snoqualmie.dp.intel.com>,
Andrew Morton <akpm@osdl.org>,
Greg Kroah-Hartmann <greg@kroah.com>,
Len Brown <len.brown@intel.com>,
tony.luck@intel.com, acpi-devel@lists.sourceforge.net,
linux-ia64@vger.kernel.org
Subject: Re: [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3]
Date: Thu, 30 Sep 2004 13:22:46 +0900 [thread overview]
Message-ID: <415B8A16.9070101@jp.fujitsu.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0409291809270.3056@musoma.fsmlabs.com>
Zwane Mwaikambo wrote:
>
> Ok i think i may have not conveyed my meaning properly, my mistake. What i
> think would be better is if the architectures which have no-op
> acpi_unregister_gsi to declare them as static inline in header files. For
> architectures (such as ia64) which have a functional acpi_unregister_gsi,
> we can declare them in a .c file with the proper exports etc.
>
Now I (maybe) properly understand what you mean :-). But I still have one
concern about your idea.
For architectures which have a functional acpi_unregister_gsi, we need to
declare "extern void acpi_unregister_gsi(int gsi);" in include/linux/acpi.h
that is common to all architectures. I think include/linux/acpi.h is the
best place to declare it because acpi_register_gsi(), opposite portion of
acpi_unregister_gsi(), is declared in it. On the other hand, for archtectures
that have no-op acpi_unregister_gsi(), acpi_unregister_gsi() is defined as
static inline function in arch specific header files. This looks not natural
to me.
How do you think?
Thanks,
Kenji Kaneshige
WARNING: multiple messages have this Message-ID (diff)
From: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
To: Zwane Mwaikambo <zwane@linuxpower.ca>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
long <tlnguyen@snoqualmie.dp.intel.com>,
Andrew Morton <akpm@osdl.org>,
Greg Kroah-Hartmann <greg@kroah.com>,
Len Brown <len.brown@intel.com>,
tony.luck@intel.com, acpi-devel@lists.sourceforge.net,
linux-ia64@vger.kernel.org
Subject: Re: [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation
Date: Thu, 30 Sep 2004 04:22:46 +0000 [thread overview]
Message-ID: <415B8A16.9070101@jp.fujitsu.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0409291809270.3056@musoma.fsmlabs.com>
Zwane Mwaikambo wrote:
>
> Ok i think i may have not conveyed my meaning properly, my mistake. What i
> think would be better is if the architectures which have no-op
> acpi_unregister_gsi to declare them as static inline in header files. For
> architectures (such as ia64) which have a functional acpi_unregister_gsi,
> we can declare them in a .c file with the proper exports etc.
>
Now I (maybe) properly understand what you mean :-). But I still have one
concern about your idea.
For architectures which have a functional acpi_unregister_gsi, we need to
declare "extern void acpi_unregister_gsi(int gsi);" in include/linux/acpi.h
that is common to all architectures. I think include/linux/acpi.h is the
best place to declare it because acpi_register_gsi(), opposite portion of
acpi_unregister_gsi(), is declared in it. On the other hand, for archtectures
that have no-op acpi_unregister_gsi(), acpi_unregister_gsi() is defined as
static inline function in arch specific header files. This looks not natural
to me.
How do you think?
Thanks,
Kenji Kaneshige
next prev parent reply other threads:[~2004-09-30 4:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.53.0409251356110.2914@musoma.fsmlabs.com>
2004-09-25 11:14 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Zwane Mwaikambo
2004-09-25 11:18 ` Zwane Mwaikambo
2004-09-25 11:18 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Zwane Mwaikambo
2004-09-27 5:49 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Kenji Kaneshige
2004-09-27 5:49 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Kenji Kaneshige
2004-09-28 14:05 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Zwane Mwaikambo
2004-09-28 14:05 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Zwane Mwaikambo
2004-09-29 0:41 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Kenji Kaneshige
2004-09-29 0:41 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Kenji Kaneshige
2004-09-29 3:15 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Kenji Kaneshige
2004-09-29 3:15 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Kenji Kaneshige
2004-09-29 15:13 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Zwane Mwaikambo
2004-09-29 15:13 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Zwane Mwaikambo
2004-09-30 4:22 ` Kenji Kaneshige [this message]
2004-09-30 4:22 ` Kenji Kaneshige
2004-09-30 13:03 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Zwane Mwaikambo
2004-09-30 13:03 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Zwane Mwaikambo
2004-10-01 7:49 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Kenji Kaneshige
2004-10-01 7:49 ` [ACPI] [PATCH] Updated patches for PCI IRQ resource deallocation Kenji Kaneshige
2004-09-24 5:45 [PATCH] Updated patches for PCI IRQ resource deallocation support [2/3] Kenji Kaneshige
2004-09-24 8:18 ` [ACPI] " Kenji Kaneshige
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=415B8A16.9070101@jp.fujitsu.com \
--to=kaneshige.kenji@jp.fujitsu.com \
--cc=acpi-devel@lists.sourceforge.net \
--cc=akpm@osdl.org \
--cc=greg@kroah.com \
--cc=len.brown@intel.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tlnguyen@snoqualmie.dp.intel.com \
--cc=tony.luck@intel.com \
--cc=zwane@linuxpower.ca \
/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.