From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034171AbcJaVRn (ORCPT ); Mon, 31 Oct 2016 17:17:43 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36775 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S947068AbcJaVRl (ORCPT ); Mon, 31 Oct 2016 17:17:41 -0400 From: Florian Fainelli To: linux-mips@linux-mips.org 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, Florian Fainelli Subject: [PATCH 0/2] MIPS: BMIPS: Fix interrupt affinity migration Date: Mon, 31 Oct 2016 14:17:34 -0700 Message-Id: <1477948656-12966-1-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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(+) -- 2.7.4