Changeset 368 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Aug 14, 2017, 12:32:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r361 r368 109 109 /* Switch the VM space */ 110 110 if (newproc != oldproc) { 111 // TODO userland 112 x86_panic((char *)__func__); 111 lcr3((uint64_t)newproc->vmm.gpt.ppn << CONFIG_PPM_PAGE_SHIFT); 113 112 } 114 113 … … 124 123 error_t hal_fpu_context_create( thread_t * thread ) 125 124 { 126 x86_panic((char *)__func__);125 /* FPU not implemented yet */ 127 126 return 0; 128 127 }
Note: See TracChangeset
for help on using the changeset viewer.