Changeset 6d7ffa65 in mainline for arch/ia32/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/ia32/src/mm/page.c
r566ba81 r6d7ffa65 28 28 29 29 #include <arch/mm/page.h> 30 #include <genarch/mm/page_pt.h> 30 31 #include <arch/mm/frame.h> 31 32 #include <mm/frame.h> … … 49 50 50 51 if (config.cpu_active == 1) { 52 page_operations = &page_pt_operations; 53 51 54 dba = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME); 52 55 memsetb(dba, PAGE_SIZE, 0);
Note:
See TracChangeset
for help on using the changeset viewer.