All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] x86-apic-io_apicc-dmar_msi_type-should-be-static.patch removed from -mm tree
@ 2009-06-22 17:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-06-22 17:01 UTC (permalink / raw)
  To: jaswinder, jaswinderrajput, mm-commits


The patch titled
     x86: apic/io_apic.c dmar_msi_type should be static
has been removed from the -mm tree.  Its filename was
     x86-apic-io_apicc-dmar_msi_type-should-be-static.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: x86: apic/io_apic.c dmar_msi_type should be static
From: Jaswinder Singh Rajput <jaswinder@kernel.org>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/kernel/apic/io_apic.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86/kernel/apic/io_apic.c~x86-apic-io_apicc-dmar_msi_type-should-be-static arch/x86/kernel/apic/io_apic.c
--- a/arch/x86/kernel/apic/io_apic.c~x86-apic-io_apicc-dmar_msi_type-should-be-static
+++ a/arch/x86/kernel/apic/io_apic.c
@@ -3565,7 +3565,7 @@ static int dmar_msi_set_affinity(unsigne
 
 #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,
_

Patches currently in -mm which might be from jaswinder@kernel.org are

origin.patch
linux-next.patch
arch-x86-kernel-cpu-cpufreq-acpi-cpufreqc-avoid-cross-cpu-interrupts.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-22 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 17:01 [merged] x86-apic-io_apicc-dmar_msi_type-should-be-static.patch removed from -mm tree akpm

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.