From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave.martin@linaro.org (Dave Martin) Date: Fri, 11 Jan 2013 11:30:19 +0000 Subject: [PATCH 03/16] ARM: b.L: introduce helpers for platform coherency exit/setup In-Reply-To: References: <1357777251-13541-1-git-send-email-nicolas.pitre@linaro.org> <1357777251-13541-4-git-send-email-nicolas.pitre@linaro.org> <20130110120144.GB29952@linaro.org> Message-ID: <20130111113019.GD1966@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 10, 2013 at 02:04:02PM -0500, Nicolas Pitre wrote: > On Thu, 10 Jan 2013, Dave Martin wrote: > > > > +int __init bL_cluster_sync_init(void (*power_up_setup)(void)) > > > > The addition of the affinity level parameter for power_up_setup means > > that this prototype is not correct. > > Indeed. > > > This is not a functional change, since that function is only called from > > assembler anyway, but it will help avoid confusion. > > Fixed now, as well as the DCSCB usage. > > > Nicolas OK, thanks ---Dave