Loading
soc: qcom: cache_m4m_erp64: Fix L1/L2 error detection initialization
L1/L2 error detection configuration must be configured on all CPUs,
but the configuration was performed on all but the current CPU.
Replace calls to smp_call_function() with calls to on_each_cpu() to
correct this. smp_call_function() only calls the function on other
CPUs, not the current one.
Change-Id: I68b7657a6b1258f745103531bfe383333dbd9362
Signed-off-by:
Matt Wagantall <mattw@codeaurora.org>