Changeset 071cb36 in mainline for kernel/generic/include/arch.h


Ignore:
Timestamp:
2018-10-31T19:06:12Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Parents:
91a8f83
Message:

Don't use the word "context" in explanation of CURRENT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/arch.h

    r91a8f83 r071cb36  
    4040
    4141/*
    42  * The context pointer. The current_t structure holds pointers to various parts
    43  * of the current execution context, like running task, thread, address space,
    44  * etc.
     42 * The current_t structure holds pointers to various parts of the current
     43 * execution state, like running task, thread, address space, etc.
    4544 */
    4645#define CURRENT  ((current_t * )(get_stack_base()))
Note: See TracChangeset for help on using the changeset viewer.