Changes in uspace/srv/bd/rd/rd.c [8442d10:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
r8442d10 r3e6a98c5 165 165 AS_AREA_READ | AS_AREA_WRITE | AS_AREA_CACHEABLE; 166 166 167 ret = physmem_map( addr_phys,167 ret = physmem_map((void *) addr_phys, 168 168 ALIGN_UP(rd_size, PAGE_SIZE) >> PAGE_WIDTH, flags, &rd_addr); 169 169 if (ret != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.