From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbaBXAcG (ORCPT ); Sun, 23 Feb 2014 19:32:06 -0500 Received: from mail-ob0-f175.google.com ([209.85.214.175]:65033 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112AbaBXAcF (ORCPT ); Sun, 23 Feb 2014 19:32:05 -0500 MIME-Version: 1.0 In-Reply-To: <20140223212736.664624945@linutronix.de> References: <20140223212703.511977310@linutronix.de> <20140223212736.664624945@linutronix.de> Date: Mon, 24 Feb 2014 04:32:03 +0400 Message-ID: Subject: Re: [patch 04/26] xtensa: Use irq_set_affinity instead of homebrewn code From: Max Filippov To: Thomas Gleixner Cc: LKML , Ingo Molnar , Peter Zijlstra , Chris Zankel , xtensa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 24, 2014 at 1:40 AM, Thomas Gleixner wrote: > There is no point in having an incomplete copy of irq_set_affinity() > for the hotplug irq migration code. > > Use the core function instead and while at it switch to > for_each_active_irq() > > Signed-off-by: Thomas Gleixner > Cc: Chris Zankel > Cc: xtensa > --- > arch/xtensa/kernel/irq.c | 20 +++----------------- > 1 file changed, 3 insertions(+), 17 deletions(-) Acked-by: Max Filippov -- Thanks. -- Max