Ignore:
Timestamp:
Jan 8, 2018, 2:25:39 PM (6 years ago)
Author:
alain
Message:

Fix a bug in hal_kentry.S : the "uzone" pointer in the thread descriptor
must not be modified in case of interrupt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.h

    r416 r418  
    133133        void              * cpu_context;     /*! pointer on CPU context switch            */
    134134        void              * fpu_context;     /*! pointer on FPU context switch            */
    135     void              * uzone;           /*! pointer on uzone for hal_kentry          */
     135    void              * uzone;           /*! used by hal_do_syscakl & hal_do_except   */
    136136
    137137        intptr_t            k_stack_base;    /*! kernel stack base address                */
Note: See TracChangeset for help on using the changeset viewer.