zephyr/arch/arc/include
Eugeniy Paltsev 8165f3ad80 ARC: cleanup instruction cache initialization
As of today during the Zephyr start we
 - invalidate I$
 - disable I$
 - enable I$

Given that we don't need to have I$ disabled during any
initialization period and ARC processors have caches enabled
after reset the I$ disabling/enabling is excessive, so we can
drop it.

By that we also aligh the I$ initialization on ARC with other
projects like U-boot and Linux kernel.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2021-03-12 18:29:07 -05:00
..
v2 ARC: cleanup instruction cache initialization 2021-03-12 18:29:07 -05:00
kernel_arch_data.h
kernel_arch_func.h ARC: cleanup instruction cache initialization 2021-03-12 18:29:07 -05:00
offsets_short_arch.h
swap_macros.h ARC: handle the difference of GNU & MWDT assembly for CONFIG_SMP=y 2020-11-26 13:51:33 +01:00
vector_table.h