Now construction of PA/VA only uses 56/39 bits.
This commit is contained in:
parent
9d6346ade7
commit
1f86903267
2 changed files with 11 additions and 6 deletions
|
@ -18,4 +18,4 @@ pub const TRAP_CONTEXT: usize = TRAMPOLINE - PAGE_SIZE;
|
|||
pub const CLOCK_FREQ: usize = 403000000 / 62;
|
||||
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub const CLOCK_FREQ: usize = 12500000;
|
||||
pub const CLOCK_FREQ: usize = 12500000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue