hw: Declare mtc_size constant in arm/cpu_support.h

This constant specifies the size of the mode transition control region.
This commit is contained in:
Reto Buerki 2015-03-12 10:04:33 +01:00 committed by Christian Helmuth
parent 174fdb162f
commit 32521cfd71
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class Genode::Arm
public:
static constexpr addr_t exception_entry = 0xffff0000;
static constexpr addr_t mtc_size = 1 << MIN_PAGE_SIZE_LOG2;
static constexpr addr_t data_access_align = 4;
/**