map_fixed_area(): disable debug msg
Change-Id: Id6b3d001d908432c1adb6bba875e158a1424850d
This commit is contained in:
@ -3258,7 +3258,7 @@ void *map_fixed_area(unsigned long phys, unsigned long size, int uncachable)
|
|||||||
attr |= PTATTR_UNCACHABLE;
|
attr |= PTATTR_UNCACHABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
kprintf("map_fixed: phys: 0x%lx => 0x%lx (%d pages)\n",
|
dkprintf("map_fixed: phys: 0x%lx => 0x%lx (%d pages)\n",
|
||||||
paligned, v, npages);
|
paligned, v, npages);
|
||||||
|
|
||||||
pt = get_init_page_table();
|
pt = get_init_page_table();
|
||||||
|
|||||||
@ -2548,7 +2548,7 @@ void *map_fixed_area(unsigned long phys, unsigned long size, int uncachable)
|
|||||||
attr |= PTATTR_UNCACHABLE;
|
attr |= PTATTR_UNCACHABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
kprintf("map_fixed: phys: 0x%lx => 0x%lx (%d pages)\n",
|
dkprintf("map_fixed: phys: 0x%lx => 0x%lx (%d pages)\n",
|
||||||
paligned, v, npages);
|
paligned, v, npages);
|
||||||
|
|
||||||
for (i = 0; i < npages; i++) {
|
for (i = 0; i < npages; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user