Changeset 371bd7d in mainline for kernel/arch/arm32/src/mm/page.c
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/arm32/src/mm/page.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page.c
rcd82bb1 r371bd7d 41 41 #include <arch/exception.h> 42 42 #include <typedefs.h> 43 #include <arch/types.h>44 43 #include <interrupt.h> 45 44 #include <arch/mm/frame.h> … … 88 87 KA2PA(KERNEL_ADDRESS_SPACE_END_ARCH)) { 89 88 panic("Unable to map physical memory %p (%d bytes).", 90 physaddr, size) 89 physaddr, size); 91 90 } 92 91
Note:
See TracChangeset
for help on using the changeset viewer.
