Changeset 6d7ffa65 in mainline for arch/amd64
- Timestamp:
- 2006-01-08T15:03:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a67595
- Parents:
- 566ba81
- Location:
- arch/amd64
- Files:
-
- 2 edited
-
Makefile.inc (modified) (1 diff)
-
src/mm/page.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/Makefile.inc
r566ba81 r6d7ffa65 59 59 CONFIG_ACPI = y 60 60 61 ## Compile with hierarchical page tables support. 62 # 63 64 CONFIG_PAGE_PT = y 65 61 66 ## Accepted configuration directives 62 67 # -
arch/amd64/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/page.h> … … 45 46 46 47 if (config.cpu_active == 1) { 48 page_operations = &page_pt_operations; 49 47 50 dba = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME); 48 51 memsetb(dba, PAGE_SIZE, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
