From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034415AbcJaVSS (ORCPT ); Mon, 31 Oct 2016 17:18:18 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32800 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034376AbcJaVSQ (ORCPT ); Mon, 31 Oct 2016 17:18:16 -0400 Subject: Re: [PATCH 0/2] MIPS: BMIPS: Fix interrupt affinity migration To: linux-mips@linux-mips.org References: <1477948656-12966-1-git-send-email-f.fainelli@gmail.com> Cc: ralf@linux-mips.org, cernekee@gmail.com, jaedon.shin@gmail.com, justinpopo6@gmail.com, tglx@linutronix.de, marc.zyngier@arm.com, jason@lakedaemon.net, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: Date: Mon, 31 Oct 2016 14:18:13 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1477948656-12966-1-git-send-email-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/31/2016 02:17 PM, Florian Fainelli wrote: > Hi, > > These two patches are against Thomas' irq/core branch as of today: > > 4cd13c21b207e80ddb1144c576500098f2d5f882 ("softirq: Let ksoftirqd do its job") > > Patches can be taken indepdently or together, your call. Resending since I goofed on Thomas' address the first time.. > > Florian Fainelli (2): > irqchip/bcm7038-l1: Implement irq_cpu_offline > MIPS: BMIPS: Migrate interrupts during bmips_cpu_disable > > arch/mips/kernel/smp-bmips.c | 2 ++ > drivers/irqchip/irq-bcm7038-l1.c | 25 +++++++++++++++++++++++++ > 2 files changed, 27 insertions(+) > -- Florian