]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.xen/xen3-uv_setup_irq.diff
Add a patch to fix Intel E100 wake-on-lan problems.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.xen / xen3-uv_setup_irq.diff
CommitLineData
6a930a95
BS
1From: Dean Nelson <dcn@sgi.com>
2Date: Thu, 2 Oct 2008 17:18:21 +0000 (-0500)
3Subject: x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
4X-Git-Tag: v2.6.28-rc1~80^2~27
5X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=4173a0e7371ece227559b44943c6fd456ee470d1
6References: bnc#442461
7
8x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
9
10Provide a means for UV interrupt MMRs to be setup with the message to be sent
11when an MSI is raised.
12
13Signed-off-by: Dean Nelson <dcn@sgi.com>
14Signed-off-by: Ingo Molnar <mingo@elte.hu>
15Acked-by: Bernhard Walle <bwalle@suse.de>
16
17Automatically created from "patches.fixes/uv_setup_irq.diff" by xen-port-patches.py
18
19Index: head-2008-12-01/arch/x86/kernel/Makefile
20===================================================================
21--- head-2008-12-01.orig/arch/x86/kernel/Makefile 2008-12-01 11:49:07.000000000 +0100
22+++ head-2008-12-01/arch/x86/kernel/Makefile 2008-12-01 12:06:39.000000000 +0100
23@@ -126,4 +126,4 @@ endif
24
25 disabled-obj-$(CONFIG_XEN) := %_uv.o crash.o early-quirks.o hpet.o i8253.o \
26 i8259.o irqinit_$(BITS).o pci-swiotlb_64.o reboot.o smpboot.o \
27- tlb_$(BITS).o tsc.o tsc_sync.o vsmp_64.o
28+ tlb_$(BITS).o tsc.o tsc_sync.o uv_%.o vsmp_64.o