[PATCH 04/17] ARM: ep93xx: use machine specific hook for late init
From: Ryan Mallon <hidden>
Date: 2012-04-26 22:41:11
From: Ryan Mallon <hidden>
Date: 2012-04-26 22:41:11
On 27/04/12 07:49, H Hartley Sweeten wrote:
On Thursday, April 26, 2012 2:11 PM, Ryan Mallon wrote:quoted
On 27/04/12 01:38, Shawn Guo wrote:quoted
Cc: Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ryan Mallon <redacted> Signed-off-by: Shawn Guo <redacted>Why do we want this? It increases the size of the code and changes a static function to a non-static one that now requires ifdefery to handle the !CONFIG_CRUNCH case. I don't see the value in this patch?Ryan, See Shawn's "[PATCH 00/17] arch/arm/mach-* late_initcall cleanup". I haven't looked closely at this yet. I think there may be some platforms where the late_initcall's might cause a problem when making an ARM unified kernel.
Hmm, I see. It's a bit annoying that it makes the code less clean, but I can't really see any other nice way of doing it :-/. ~Ryan