From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbcGRShk (ORCPT ); Mon, 18 Jul 2016 14:37:40 -0400 Received: from foss.arm.com ([217.140.101.70]:59925 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751656AbcGRShi (ORCPT ); Mon, 18 Jul 2016 14:37:38 -0400 Message-ID: <1468867038.2996.21.camel@arm.com> Subject: Re: [patch V2 23/67] bus/arm-ccn: Convert to hotplug statemachine From: Pawel Moll To: Anna-Maria Gleixner , LKML Cc: Peter Zijlstra , Ingo Molnar , Thomas Gleixner , rt@linutronix.de, Sebastian Andrzej Siewior , Arnd Bergmann , Dan Carpenter , Linus Torvalds , Suzuki K Poulose Date: Mon, 18 Jul 2016 19:37:18 +0100 In-Reply-To: <20160713153334.768498577@linutronix.de> References: <20160713153219.128052238@linutronix.de> <20160713153334.768498577@linutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dnia 2016-07-13, Wed o godzinie 17:16 +0000, Anna-Maria Gleixner pisze: > From: Sebastian Andrzej Siewior > > Install the callbacks via the state machine and let the core invoke > the callbacks on the already online CPUs. > > Signed-off-by: Sebastian Andrzej Siewior > Cc: Arnd Bergmann > Cc: Dan Carpenter > Cc: Linus Torvalds > Cc: Pawel Moll > Cc: Peter Zijlstra > Cc: Suzuki K Poulose > Cc: Thomas Gleixner > Signed-off-by: Anna-Maria Gleixner > @@ -1316,7 +1309,6 @@ static void arm_ccn_pmu_cleanup(struct a > ida_simple_remove(&arm_ccn_pmu_ida, ccn->dt.id); > } > > - > static int arm_ccn_for_each_valid_region(struct arm_ccn *ccn, > int (*callback)(struct arm_ccn *ccn, int region, > void __iomem *base, u32 type, u32 id)) This empty line doesn't impact hotplug, does it? ;-) With this chunk dropped Acked-by: Pawel Moll Cheers! Pawel