Changeset 311 for trunk/hal/x86_64


Ignore:
Timestamp:
Aug 2, 2017, 2:17:00 PM (7 years ago)
Author:
max@…
Message:

Introduce hal_cpu_context_switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_context.c

    r298 r311  
    103103}
    104104
    105 void hal_cpu_context_save( void * ctx )
    106 {
    107         x86_panic((char *)__func__);
    108 }
    109 
    110 void hal_cpu_context_restore( void * ctx )
     105void hal_cpu_context_switch( thread_t * old , thread_t * new )
    111106{
    112107        x86_panic((char *)__func__);
Note: See TracChangeset for help on using the changeset viewer.