From d5d704b873c0eb89189f41374e9e01e40b0222a5 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 2 Oct 2007 10:34:49 -0700 Subject: [PATCH] --- yaml --- r: 65248 b: refs/heads/master c: 2b3b29080d702e5488f214276170ab46adc40ee5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/pseries/xics.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8598f5c0eb87..a51349b46f33 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 04045f98e0457aba7d4e6736f37eed189c48a5f7 +refs/heads/master: 2b3b29080d702e5488f214276170ab46adc40ee5 diff --git a/trunk/arch/powerpc/platforms/pseries/xics.c b/trunk/arch/powerpc/platforms/pseries/xics.c index 5bd90a7eb763..f0b5ff17d860 100644 --- a/trunk/arch/powerpc/platforms/pseries/xics.c +++ b/trunk/arch/powerpc/platforms/pseries/xics.c @@ -419,7 +419,7 @@ static void xics_set_affinity(unsigned int virq, cpumask_t cpumask) * For the moment only implement delivery to all cpus or one cpu. * Get current irq_server for the given irq */ - irq_server = get_irq_server(irq, 1); + irq_server = get_irq_server(virq, 1); if (irq_server == -1) { char cpulist[128]; cpumask_scnprintf(cpulist, sizeof(cpulist), cpumask);