[PATCH 4/4] irqchip: gic: Perform the gic_secondary_init() call via CPU notifier
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2013-01-25 09:25:28
On Fri, Jan 25, 2013 at 04:30:39AM +0000, Simon Horman wrote:
On Wed, Jan 23, 2013 at 05:59:34PM +0000, Catalin Marinas wrote:quoted
All the calls to gic_secondary_init() pass 0 as the first argument. Since this function is called on each CPU when starting, it can be done in a platform-independent way via a CPU notifier registered by the GIC code. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Cc: Russell King <redacted> Cc: Thomas Gleixner <redacted> Cc: Kukjin Kim <redacted> Cc: Rob Herring <redacted> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: David Brown <redacted> Cc: Daniel Walker <redacted> Cc: Bryan Huntsman <redacted> Cc: Tony Lindgren <tony@atomide.com> Cc: Simon Horman <horms@verge.net.au> Cc: Magnus Damm <magnus.damm@gmail.com> Cc: Dinh Nguyen <redacted> Cc: Viresh Kumar <redacted> Cc: Shiraz Hashim <redacted> Cc: Stephen Warren <redacted> Cc: Srinidhi Kasagar <redacted> Cc: Linus Walleij <redacted>mach-shmobile portion: Acked-by: Simon Horman <redacted> For the record, I tested this on the kzm9g, kzm9d and marzen boards which use the r8a7779, EMEV2 and r8a7779 SoCs respectively.
Thanks. Can I add a Tested-by as well? -- Catalin