This commit is contained in:
François Revol 2013-10-19 16:06:41 +02:00
parent 3940abc9b8
commit b96e57e885

View File

@ -793,7 +793,7 @@ status_t
arch_vm_translation_map_early_query(addr_t va, phys_addr_t *out_physical)
{
//PANIC_UNIMPLEMENTED();
panic("vm_translation_map_quick_query(): not yet implemented\n");
panic("vm_translation_map_early_query(): not yet implemented\n");
return B_OK;
}