Ignore:
Timestamp:
Jul 31, 2017, 1:59:52 PM (7 years ago)
Author:
alain
Message:

Several modifs in the generic scheduler and in the hal_context to
fix the context switch mechanism.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_ppm.h

    r64 r296  
    5454error_t hal_ppm_init( boot_info_t * info );
    5555
     56/****************************************************************************************
     57 * This function initializes the architecture specific core registers, for the
     58 * calling core. It is executed by all cores during kernel_init().
     59 ****************************************************************************************
     60 * @ info       : pointer on the boot_info structure.
     61 ***************************************************************************************/
     62void hal_core_init( boot_info_t * info );
     63
     64
     65
    5666#endif  /* HAL_PPM_H_ */
Note: See TracChangeset for help on using the changeset viewer.