Home
last modified time | relevance | path

Searched hist:"76894 a72a0d7e0759de272bf3f4d2279ebd86d0b" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arc/mm/
H A Dcache.cdiff 76894a72a0d7e0759de272bf3f4d2279ebd86d0b Thu Jan 19 00:10:52 CET 2017 Vineet Gupta <vgupta@synopsys.com> 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: Vineet Gupta <vgupta@synopsys.com>