Changeset 6d7ffa65 in mainline for arch/mips32/src/mm/page.c
- Timestamp:
- 2006-01-08T15:03:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a67595
- Parents:
- 566ba81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/page.c
r566ba81 r6d7ffa65 27 27 */ 28 28 29 #include <arch/types.h>30 29 #include <arch/mm/page.h> 30 #include <genarch/mm/page_pt.h> 31 31 #include <arch/mm/frame.h> 32 32 #include <mm/frame.h> 33 33 #include <mm/page.h> 34 #include <arch/types.h> 34 35 #include <memstr.h> 35 36 … … 39 40 { 40 41 __address ptl0; 42 43 page_operations = &page_pt_operations; 41 44 42 45 ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME);
Note:
See TracChangeset
for help on using the changeset viewer.