Changes in kernel/arch/amd64/src/mm/page.c [4b1c7c6f:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/mm/page.c
r4b1c7c6f ra35b458 56 56 uintptr_t cur; 57 57 unsigned int identity_flags = 58 PAGE_GLOBAL | PAGE_CACHEABLE | PAGE_EXEC | PAGE_WRITE ;58 PAGE_GLOBAL | PAGE_CACHEABLE | PAGE_EXEC | PAGE_WRITE | PAGE_READ; 59 59 60 60 page_mapping_operations = &pt_mapping_operations;
Note:
See TracChangeset
for help on using the changeset viewer.