mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
e7067050be
Introduce two new cache maintainance functions: * cache_clean_invalidate_data * cache_invalidate_data used to flush or invalidate data-cache lines. Both functions are typically empty, accept for the ARM architecture. The commit provides implementations for the base-hw kernel, and Fiasco.OC. Fixes #4207
6 lines
105 B
Makefile
6 lines
105 B
Makefile
LIBS += timeout-arm
|
|
|
|
vpath cache.cc $(REP_DIR)/src/lib/base/arm
|
|
|
|
include $(REP_DIR)/lib/mk/base-sel4.inc
|