Changeset 91a8f83 in mainline for kernel/generic/src/proc/thread.c


Ignore:
Timestamp:
2018-10-31T18:15:56Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
071cb36
Parents:
482f968
Message:

Rename THE/the_t to CURRENT/current_t

Because the word "THE" occurs several times in every licence
header, searching for occurences of "THE" macro is more difficult
than necessary.

While I appreciate the wit of it, using a nonconflicting word
for it is more practical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r482f968 r91a8f83  
    356356            (uintptr_t) thread->kstack, STACK_SIZE);
    357357
    358         the_initialize((the_t *) thread->kstack);
     358        current_initialize((current_t *) thread->kstack);
    359359
    360360        ipl_t ipl = interrupts_disable();
Note: See TracChangeset for help on using the changeset viewer.