Changeset f4c2b6a in mainline for kernel/arch/ppc64/src/mm/page.c
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/mm/page.c
rb63f8569 rf4c2b6a 290 290 { 291 291 if (last_frame + ALIGN_UP(size, PAGE_SIZE) > KA2PA(KERNEL_ADDRESS_SPACE_END_ARCH)) 292 panic("Unable to map physical memory %p (% dbytes)", physaddr, size)292 panic("Unable to map physical memory %p (%" PRIs " bytes)", physaddr, size) 293 293 294 294 uintptr_t virtaddr = PA2KA(last_frame);
Note:
See TracChangeset
for help on using the changeset viewer.