satman: fix PMP and L2 flush

pull/2082/head
Spaqin 2023-04-20 15:45:15 +08:00 committed by GitHub
parent aed47d79ff
commit 2f35869eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -466,8 +466,7 @@ pub extern fn main() -> i32 {
unsafe {
ALLOC.add_range(&mut _fheap, &mut _eheap);
// stack guard disabled, see https://github.com/m-labs/artiq/issues/2067
// pmp::init_stack_guard(&_sstack_guard as *const u8 as usize);
pmp::init_stack_guard(&_sstack_guard as *const u8 as usize);
}
clock::init();

View File

@ -12,6 +12,7 @@ SECTIONS
.text :
{
*(.text .text.*)
. = ALIGN(0x40000);
} > main_ram
.eh_frame :