mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 16:53:14 +01:00
Issues due to capability uattr updation resolved
This commit is contained in:
@@ -166,7 +166,6 @@ int timer_setup_devices(void)
|
||||
for (int i = 0; i < TIMERS_TOTAL; i++) {
|
||||
/* Get one page from address pool */
|
||||
timer[i].base = (unsigned long)l4_new_virtual(1);
|
||||
printf("timer base %x phy %lx\n", timer[i].base, timer_cap[i].start);
|
||||
|
||||
/* Map timers to a virtual address region */
|
||||
if (IS_ERR(l4_map((void *)__pfn_to_addr(timer_cap[i].start),
|
||||
|
||||
Reference in New Issue
Block a user