From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Thu, 2 May 2013 20:41:26 +0100 Subject: [PATCH 4/4] ARM: highbank: fix build after cache flush change In-Reply-To: <5182C0DF.9000500@gmail.com> References: <1367515404-512212-1-git-send-email-arnd@arndb.de> <1367515404-512212-5-git-send-email-arnd@arndb.de> <5182C0DF.9000500@gmail.com> Message-ID: <20130502194125.GH14496@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 02, 2013 at 02:39:11PM -0500, Rob Herring wrote: > On 05/02/2013 12:23 PM, Arnd Bergmann wrote: > > Commit "ARM: cpu hotplug: remove majority of cache flushing from > > platforms" has removed the inclusion of asm/cacheflush.h from > > a number of files. Highbank still needs it because it calls > > flush_cache_louis(). > > AFAICT, the commit in question only showed up buried in a reply to > another thread and was never cc'ed to the relevant platform maintainers... > > > > > Signed-off-by: Arnd Bergmann > > Cc: Russell King > > Cc: Rob Herring > > --- > > I'd rather see the highbank changes dropped as this will all go away > with PSCI in 3.11, but: > > Acked-by: Rob Herring I'll drop the removal of asm/cacheflush.h but not the rest of it; I believe your existing code to be in error with or without my changes.