Changeset 085d973 in mainline for arch/amd64/src/mm/page.c
- Timestamp:
- 2006-02-08T12:34:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e3757d
- Parents:
- eb1b8b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/mm/page.c
reb1b8b6 r085d973 45 45 if (config.cpu_active == 1) { 46 46 page_mapping_operations = &pt_mapping_operations; 47 47 48 48 /* 49 49 * PA2KA(identity) mapping for all frames. … … 52 52 page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, PAGE_CACHEABLE | PAGE_EXEC); 53 53 } 54 55 54 exc_register(14, "page_fault", (iroutine)page_fault); 56 55 write_cr3((__address) AS_KERNEL->page_table);
Note:
See TracChangeset
for help on using the changeset viewer.