From 98f13bcec61bbeeaf083bc261d13cbf9d2013743 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 8 Feb 2012 18:11:01 +0000 Subject: [PATCH] --- yaml --- r: 287641 b: refs/heads/master c: 7a768d30caa30e66ba89659f1845cc35b1bfc715 h: refs/heads/master i: 287639: 7030eb6417dcfa24194151682e9fdce57f8dcb30 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/wsp/ics.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f6570ec83f3e..8115d7765a12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e62894273c7572cb1bec39096df605f42a66e964 +refs/heads/master: 7a768d30caa30e66ba89659f1845cc35b1bfc715 diff --git a/trunk/arch/powerpc/platforms/wsp/ics.c b/trunk/arch/powerpc/platforms/wsp/ics.c index 576874392543..97fe82ee8633 100644 --- a/trunk/arch/powerpc/platforms/wsp/ics.c +++ b/trunk/arch/powerpc/platforms/wsp/ics.c @@ -346,7 +346,7 @@ static int wsp_chip_set_affinity(struct irq_data *d, * For the moment only implement delivery to all cpus or one cpu. * Get current irq_server for the given irq */ - ret = cache_hwirq_map(ics, d->irq, cpumask); + ret = cache_hwirq_map(ics, hw_irq, cpumask); if (ret == -1) { char cpulist[128]; cpumask_scnprintf(cpulist, sizeof(cpulist), cpumask);