Changeset 7f1c620 in mainline for arch/mips32/src/mm/page.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/page.c
r991779c5 r7f1c620 46 46 * translate the physical address to uncached area 47 47 */ 48 __address hw_map(__addressphysaddr, size_t size)48 uintptr_t hw_map(uintptr_t physaddr, size_t size) 49 49 { 50 50 return physaddr + 0xa0000000;
Note:
See TracChangeset
for help on using the changeset viewer.