[PATCH v2 1/2] ARM: cache-l2x0: remove __init annotation from initialization functions
From: Linus Walleij <hidden>
Date: 2011-09-06 07:19:03
From: Linus Walleij <hidden>
Date: 2011-09-06 07:19:03
On Tue, Sep 6, 2011 at 7:48 AM, Shawn Guo [off-list ref] wrote:
The patch removes __init annotation from a few initialization functions to make the reinitialization possible. ?For example, platform resume function can call l2x0_of_init() to get L2 cache back to work.
This will collide with patch 7080/1: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7080/1 Before you put it into the patch tracker can you please rebase it on that patch and also remove the __init tag from the l2x0_unlock() function? Thanks, Linus Walleij