Changeset bd55bbb in mainline for arch/mips32/src/mm/page.c
- Timestamp:
- 2006-05-21T20:17:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48c1ef9
- Parents:
- cf464d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/page.c
rcf464d1 rbd55bbb 35 35 page_mapping_operations = &pt_mapping_operations; 36 36 } 37 38 /** Map device into kernel space 39 * - on mips, all devices are already mapped into kernel space, 40 * translate the physical address to uncached area 41 */ 42 __address hw_map(__address physaddr, size_t size) 43 { 44 return physaddr + 0xa0000000; 45 }
Note:
See TracChangeset
for help on using the changeset viewer.