Changeset eb239dc in mainline


Ignore:
Timestamp:
2010-05-22T10:19:02Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6f6adc
Parents:
ecbd287d
Message:

Add a descriptive comment for THE.

File:
1 edited

Legend:

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

    recbd287d reb239dc  
    6565} the_t;
    6666
     67/*
     68 * THE is not an abbreviation, but the English definite article written in
     69 * capital letters. It means the current pointer to something, e.g. thread,
     70 * processor or address space. Kind reader of this comment shall appreciate
     71 * the wit of constructs like THE->thread and similar.
     72 */
    6773#define THE  ((the_t * )(get_stack_base()))
    6874
Note: See TracChangeset for help on using the changeset viewer.