Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755903AbdCTQgn (ORCPT ); Mon, 20 Mar 2017 12:36:43 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:53800 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755392AbdCTQga (ORCPT ); Mon, 20 Mar 2017 12:36:30 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A066560115 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=psodagud@codeaurora.org From: Prasad Sodagudi To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.morse@arm.com, will.deacon@arm.com, catalin.marinas@arm.com Subject: Schedule affinity_notify work while migrating IRQs during hot plug Date: Mon, 20 Mar 2017 09:36:16 -0700 Message-Id: <1490027777-29130-1-git-send-email-psodagud@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 194 Lines: 3 irq_do_set_affinity() last argument differentiates whether notify work need to queued for this irq or not. So that we can avoid double queuing of notify in the irq_set_affinity_locked() path.