Changeset ae318d3 in mainline for kernel/arch/sparc64/src/mm/page.c
- Timestamp:
- 2009-02-16T18:50:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06da55b
- Parents:
- 17f168e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/page.c
r17f168e rae318d3 148 148 sizemap[order].pagesize_code, true, false); 149 149 150 #ifdef CONFIG_SMP 150 #ifdef CONFIG_SMP 151 151 /* 152 152 * Second, save the information about the mapping for APs. … … 165 165 } 166 166 167 void hw_area(uintptr_t *physaddr, pfn_t *frames) 168 { 169 *physaddr = end_frame; 170 *frames = ADDR2PFN(0x7ffffffffff - end_frame); 171 } 172 167 173 /** @} 168 174 */ 169
Note:
See TracChangeset
for help on using the changeset viewer.