Changeset 8440473 in mainline for uspace/fb/fb.c
- Timestamp:
- 2006-10-26T21:36:32Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c84448
- Parents:
- 19dce27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/fb/fb.c
r19dce27 r8440473 1247 1247 fb_addr = as_get_mappable_page(asz); 1248 1248 1249 map_physmem(fb_ph_addr, fb_addr, ALIGN_UP(asz, PAGE_SIZE) >>PAGE_WIDTH,1249 map_physmem(fb_ph_addr, fb_addr, ALIGN_UP(asz, PAGE_SIZE) >> PAGE_WIDTH, 1250 1250 AS_AREA_READ | AS_AREA_WRITE); 1251 1251
Note:
See TracChangeset
for help on using the changeset viewer.