mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
08c56e61e1
When running on x86, and riscv never enter the kernel for cache maintainance, but use the dummy implementation of the generic base library instead. On ARMv8 it is not necessary to enter privileged mode for cache cleaning, and unification of instruction/data cache, but only for invalidating cache lines at all levels, which is necessary for the use cases, where this function it needed (coherency of DMA memory). Fix genodelabs/genode#4339
4 lines
85 B
Makefile
4 lines
85 B
Makefile
vpath cache.cc $(REP_DIR)/src/lib/base/arm_64
|
|
|
|
include $(REP_DIR)/lib/mk/base-hw.inc
|