On 06/19/2015 10:29 PM, Ashwin Chaugule wrote:
On 16 June 2015 at 09:09, Hanjun Guo hanjun.guo@linaro.org wrote:
Since the only caller of its_init(), gicv3_init_bases(), is a __init function, so mark its_init() as __init too, then recursively mark the function called as __init.
Signed-off-by: Hanjun Guo hanjun.guo@linaro.org
I'm seeing gic_of_init() as the only caller ? 4.1-rc3.
Ah, sorry, it based on my GICv3 patches so some of the function name was changed.
Were you getting section mismatch warnings before this patch? Just curious to know why this change?
No section mismatch warnings before this patch, it's ok for __init function to call normal function, did I understand your question here?
Thanks Hanjun