FOC/L4RE: Upstream revision 56

This commit is contained in:
Sebastian Sumpf
2013-07-16 12:18:56 +02:00
parent b22db346c8
commit 792e9a0c76
655 changed files with 20205 additions and 13357 deletions

View File

@@ -49,8 +49,10 @@ Sys_call_page::init()
set_utcb_get_code((Mword*)(Mem_layout::Syscalls + 0xf00));
Kernel_task::kernel_task()
->set_attributes(Mem_layout::Syscalls,
Mem_space::Page_cacheable | Mem_space::Page_user_accessible);
->set_attributes(Virt_addr(Mem_layout::Syscalls),
Page::Attr(Page::Rights::URX(), Page::Type::Normal(),
Page::Kern::Global()),
true, 0 /*kernel ASID*/);
Mem_unit::flush_cache();
}