* [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static
@ 2009-05-13 22:12 Jaswinder Singh Rajput
2009-05-13 22:13 ` [PATCH] ia64: msi_ia64.c " Jaswinder Singh Rajput
2009-05-28 11:52 ` [PATCH-tip] x86: apic/io_apic.c " Jaswinder Singh Rajput
0 siblings, 2 replies; 3+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-13 22:12 UTC (permalink / raw)
To: Ingo Molnar, Yinghai Lu, x86 maintainers, Tony Luck, LKML
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
arch/x86/kernel/apic/io_apic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 0a3f3ab..f3e16ad 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -3538,7 +3538,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
#endif /* CONFIG_SMP */
-struct irq_chip dmar_msi_type = {
+static struct irq_chip dmar_msi_type = {
.name = "DMAR_MSI",
.unmask = dmar_msi_unmask,
.mask = dmar_msi_mask,
--
1.6.0.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ia64: msi_ia64.c dmar_msi_type should be static
2009-05-13 22:12 [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static Jaswinder Singh Rajput
@ 2009-05-13 22:13 ` Jaswinder Singh Rajput
2009-05-28 11:52 ` [PATCH-tip] x86: apic/io_apic.c " Jaswinder Singh Rajput
1 sibling, 0 replies; 3+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-13 22:13 UTC (permalink / raw)
To: Tony Luck, Ingo Molnar; +Cc: Yinghai Lu, x86 maintainers, LKML
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
arch/ia64/kernel/msi_ia64.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/kernel/msi_ia64.c b/arch/ia64/kernel/msi_ia64.c
index 0f8ade9..6c89228 100644
--- a/arch/ia64/kernel/msi_ia64.c
+++ b/arch/ia64/kernel/msi_ia64.c
@@ -158,7 +158,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
}
#endif /* CONFIG_SMP */
-struct irq_chip dmar_msi_type = {
+static struct irq_chip dmar_msi_type = {
.name = "DMAR_MSI",
.unmask = dmar_msi_unmask,
.mask = dmar_msi_mask,
--
1.6.0.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static
2009-05-13 22:12 [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static Jaswinder Singh Rajput
2009-05-13 22:13 ` [PATCH] ia64: msi_ia64.c " Jaswinder Singh Rajput
@ 2009-05-28 11:52 ` Jaswinder Singh Rajput
1 sibling, 0 replies; 3+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-28 11:52 UTC (permalink / raw)
To: Andrew Morton; +Cc: Yinghai Lu, x86 maintainers, Tony Luck, LKML, Ingo Molnar
Hello Andrew,
If you want please also add this patch along with another dmar_msi_type
static patch.
Thanks,
--
JSR
On Thu, 2009-05-14 at 03:42 +0530, Jaswinder Singh Rajput wrote:
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> ---
> arch/x86/kernel/apic/io_apic.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
> index 0a3f3ab..f3e16ad 100644
> --- a/arch/x86/kernel/apic/io_apic.c
> +++ b/arch/x86/kernel/apic/io_apic.c
> @@ -3538,7 +3538,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
>
> #endif /* CONFIG_SMP */
>
> -struct irq_chip dmar_msi_type = {
> +static struct irq_chip dmar_msi_type = {
> .name = "DMAR_MSI",
> .unmask = dmar_msi_unmask,
> .mask = dmar_msi_mask,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-28 11:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 22:12 [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static Jaswinder Singh Rajput
2009-05-13 22:13 ` [PATCH] ia64: msi_ia64.c " Jaswinder Singh Rajput
2009-05-28 11:52 ` [PATCH-tip] x86: apic/io_apic.c " Jaswinder Singh Rajput
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox