Changeset 311 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Aug 2, 2017, 2:17:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r298 r311 103 103 } 104 104 105 void hal_cpu_context_save( void * ctx ) 106 { 107 x86_panic((char *)__func__); 108 } 109 110 void hal_cpu_context_restore( void * ctx ) 105 void hal_cpu_context_switch( thread_t * old , thread_t * new ) 111 106 { 112 107 x86_panic((char *)__func__);
Note: See TracChangeset
for help on using the changeset viewer.