summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/spinlock.c
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-09-07 08:46:49 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-11-06 15:31:01 -0500
commit9d71cee66725a0a1333f02f315c06cc42f07650e (patch)
tree12bb889fbb5327d51ef4c857f32ad50f41fcb3f4 /arch/x86/xen/spinlock.c
parentce5be5a16359962f78f0203f0ed7ad6d489492ab (diff)
downloadlinux-stable-9d71cee66725a0a1333f02f315c06cc42f07650e.tar.gz
linux-stable-9d71cee66725a0a1333f02f315c06cc42f07650e.tar.bz2
linux-stable-9d71cee66725a0a1333f02f315c06cc42f07650e.zip
x86/xen: remove deprecated IRQF_DISABLED
This patch proposes to remove the IRQF_DISABLED flag from x86/xen code. It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen/spinlock.c')
-rw-r--r--arch/x86/xen/spinlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/spinlock.c b/arch/x86/xen/spinlock.c
index be6b86078957..0e36cde12f7e 100644
--- a/arch/x86/xen/spinlock.c
+++ b/arch/x86/xen/spinlock.c
@@ -234,7 +234,7 @@ void xen_init_lock_cpu(int cpu)
irq = bind_ipi_to_irqhandler(XEN_SPIN_UNLOCK_VECTOR,
cpu,
dummy_handler,
- IRQF_DISABLED|IRQF_PERCPU|IRQF_NOBALANCING,
+ IRQF_PERCPU|IRQF_NOBALANCING,
name,
NULL);