Changeset 686 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Jan 13, 2021, 12:47:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r457 r686 109 109 /* Switch the VM space */ 110 110 if (newproc != oldproc) { 111 lcr3((uint64_t)newproc->vmm.gpt.ppn << CONFIG_PPM_PAGE_ SHIFT);111 lcr3((uint64_t)newproc->vmm.gpt.ppn << CONFIG_PPM_PAGE_ORDER); 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.