From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen@altera.com (Dinh Nguyen) Date: Fri, 25 Jan 2013 10:18:36 -0600 Subject: [PATCHv1 for soc 4/5] arm: Add v7_invalidate_l1 to cache-v7.S In-Reply-To: <20130125043538.GC8930@verge.net.au> References: <1359075633-13502-1-git-send-email-dinguyen@altera.com> <1359075633-13502-5-git-send-email-dinguyen@altera.com> <20130125041503.GL13691@verge.net.au> <20130125043538.GC8930@verge.net.au> Message-ID: <1359130716.32148.3.camel@linux-builds1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Simon, On Fri, 2013-01-25 at 13:35 +0900, Simon Horman wrote: > On Fri, Jan 25, 2013 at 01:15:03PM +0900, Simon Horman wrote: > > On Thu, Jan 24, 2013 at 07:00:32PM -0600, dinguyen at altera.com wrote: > > > From: Dinh Nguyen > > > > > > mach-socfpga is another platform that needs to use > > > v7_invalidate_l1 to bringup additional cores. There was a comment that > > > the ideal place for v7_invalidate_l1 should be in arm/mm/cache-v7.S > > > > > > Signed-off-by: Dinh Nguyen > > > Cc: Arnd Bergmann > > > Cc: Russell King > > > Cc: Olof Johansson > > > Cc: Thomas Gleixner > > > Cc: Rob Herring > > > Cc: Sascha Hauer > > > Cc: Simon Horman > > > Cc: Magnus Damm > > > Cc: Stephen Warren > > > Cc: Pavel Machek > > > > mach-shmobile portion: > > > > Acked-by: Simon Horman > > For the record, I tested this on the kzm9g, kzm9d and marzen boards. Thanks, Dinh >