mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Debug commit to be removed
This commit is contained in:
@@ -25,6 +25,7 @@ int sys_map(unsigned long phys, unsigned long virt, unsigned long npages,
|
||||
return -EINVAL;
|
||||
|
||||
found:
|
||||
printk("%s (%d) Mapping from 0x%lx to 0x%lxp, %lu pages\n", __FUNCTION__, tid, phys, virt, npages);
|
||||
add_mapping_pgd(phys, virt, npages << PAGE_BITS, flags, TASK_PGD(target));
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user