Skip to content
Commit 76894a72 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: mm: split arc_cache_init to allow __init reaping of bulk



arc_cache_init() is called for each core so can't be tagged __init.
However bulk of it is only executed by master core and thus is candidate
for __init reaping.

So split it up to allow that.

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent e497c8e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment