[GSoC] [ARM] Patch by Johannes Wischert.
Add missing kernel stub. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32407 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
12f64a3b27
commit
d20ab0b9af
@ -117,3 +117,13 @@ arch_vm_translation_map_early_query(addr_t va, addr_t *out_physical)
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress,
|
||||
uint32 protection)
|
||||
{
|
||||
#warning ARM:WRITEME
|
||||
return TRUE;
|
||||
//get_vm_ops()-arch_vm_translation_map_is_kernel_page_accessible(virtualAddress,
|
||||
// protection);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user