Changeset c8bf88d in mainline for kernel/arch/sparc64/src/mm/page.c
- Timestamp:
- 2009-04-03T15:52:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- a7b1071
- Parents:
- 2398ee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/page.c
r2398ee9 rc8bf88d 54 54 * We are currently using identity mapping for mapping device registers. 55 55 * 56 * @param physaddr Physical address of the page where the device is 57 * located. 58 * @param size Size of the device's registers. This argument is 59 * ignored. 56 * @param physaddr Physical address of the page where the device is 57 * located. 58 * @param size Size of the device's registers. 60 59 * 61 * @return Virtual address of the page where the device is mapped. 60 * @return Virtual address of the page where the device is mapped. 61 * 62 62 */ 63 63 uintptr_t hw_map(uintptr_t physaddr, size_t size)
Note:
See TracChangeset
for help on using the changeset viewer.