Changeset 3ddd90c in mainline
- Timestamp:
- 2009-06-03T19:09:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee369f3
- Parents:
- 2ac85ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ddi.c
r2ac85ba r3ddd90c 128 128 #endif 129 129 130 phys = ALIGN_DOWN((uintptr_t) pio_addr, PAGE_SIZE);130 phys = (void *) ALIGN_DOWN((uintptr_t) pio_addr, PAGE_SIZE); 131 131 offset = pio_addr - phys; 132 132 pages = ALIGN_UP(offset + size, PAGE_SIZE) >> PAGE_WIDTH;
Note:
See TracChangeset
for help on using the changeset viewer.