mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-24 13:05:18 +00:00
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:
parent
174fdb162f
commit
32521cfd71
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user