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:
Stefan Kalkowski
2014-07-04 11:47:41 +02:00
committed by Norman Feske
parent 2b75fd8142
commit 1c11099f09
8 changed files with 63 additions and 2 deletions

View File

@ -113,7 +113,7 @@ namespace Genode
SECURITY_EXTENSION = 1,
/* CPU cache */
CACHE_LINE_SIZE_LOG2 = 2, /* FIXME get correct value from board spec */
CACHE_LINE_SIZE_LOG2 = 6,
};
};
}