]> git.ipfire.org Git - ipfire-2.x.git/blob - 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
1 From: Dean Nelson <dcn@sgi.com>
2 Date: Thu, 2 Oct 2008 17:18:21 +0000 (-0500)
3 Subject: x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
4 X-Git-Tag: v2.6.28-rc1~80^2~27
5 X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=4173a0e7371ece227559b44943c6fd456ee470d1
6 References: bnc#442461
7
8 x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
9
10 Provide a means for UV interrupt MMRs to be setup with the message to be sent
11 when an MSI is raised.
12
13 Signed-off-by: Dean Nelson <dcn@sgi.com>
14 Signed-off-by: Ingo Molnar <mingo@elte.hu>
15 Acked-by: Bernhard Walle <bwalle@suse.de>
16
17 Automatically created from "patches.fixes/uv_setup_irq.diff" by xen-port-patches.py
18
19 Index: 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