mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
hw: clean cache lines of altered translation table
For Cortex A8, and ARM1176JZF clean cache lines of altered MMU translation tables. Fix #1194
This commit is contained in:
committed by
Norman Feske
parent
2b75fd8142
commit
1c11099f09
@ -57,7 +57,7 @@ namespace Genode
|
||||
SECURITY_EXTENSION = 0,
|
||||
|
||||
/* CPU cache */
|
||||
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
|
||||
CACHE_LINE_SIZE_LOG2 = 5,
|
||||
};
|
||||
|
||||
enum Videocore_cache_policy { NON_COHERENT = 0,
|
||||
|
Reference in New Issue
Block a user