From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S947012AbcJaVQz (ORCPT ); Mon, 31 Oct 2016 17:16:55 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34225 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S946967AbcJaVQx (ORCPT ); Mon, 31 Oct 2016 17:16:53 -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@linuxtronix.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:16:45 -0700 Message-Id: <1477948607-12899-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