aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/uv/uv_irq.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2012-06-15 14:16:54 +0200
committerIngo Molnar <mingo@kernel.org>2012-06-15 14:17:01 +0200
commit879060d5745250c6f38304fd548d42b76f9df093 (patch)
treef28ad110cb52cc2b4f93aeb552ceb54317efbbfb /arch/x86/platform/uv/uv_irq.c
parentx86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumask (diff)
parentx86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint() (diff)
downloadlinux-dev-879060d5745250c6f38304fd548d42b76f9df093.tar.xz
linux-dev-879060d5745250c6f38304fd548d42b76f9df093.zip
Merge branch 'x86/cleanups' into x86/apic
Merge in the cleanups because a followup x86/apic change relies on them. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform/uv/uv_irq.c')
-rw-r--r--arch/x86/platform/uv/uv_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/uv/uv_irq.c b/arch/x86/platform/uv/uv_irq.c
index a67c7a6bac7e..acf7752da952 100644
--- a/arch/x86/platform/uv/uv_irq.c
+++ b/arch/x86/platform/uv/uv_irq.c
@@ -227,7 +227,7 @@ uv_set_irq_affinity(struct irq_data *data, const struct cpumask *mask,
if (cfg->move_in_progress)
send_cleanup_vector(cfg);
- return 0;
+ return IRQ_SET_MASK_OK_NOCOPY;
}
/*