Changeset f651e80 in mainline for kernel/arch/ppc32/src/mm/page.c
- Timestamp:
- 2009-01-08T12:07:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
-
kernel/arch/ppc32/src/mm/page.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/page.c
rc571f42 rf651e80 50 50 if (last_frame + ALIGN_UP(size, PAGE_SIZE) > 51 51 KA2PA(KERNEL_ADDRESS_SPACE_END_ARCH)) 52 panic("Unable to map physical memory %p (%" PRIs " bytes) ",52 panic("Unable to map physical memory %p (%" PRIs " bytes).", 53 53 physaddr, size) 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
