Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 651
Line 40... Line 40...
40
#define THREAD          THE->thread
40
#define THREAD          THE->thread
41
#define TASK            THE->task
41
#define TASK            THE->task
42
#define VM          THE->vm
42
#define VM          THE->vm
43
#define PREEMPTION_DISABLED THE->preemption_disabled
43
#define PREEMPTION_DISABLED THE->preemption_disabled
44
 
44
 
45
#ifndef early_mapping
-
 
46
#define early_mapping(stack, size)
-
 
47
#endif /* early_mapping */
-
 
48
 
-
 
49
/**
45
/**
50
 * For each possible kernel stack, structure
46
 * For each possible kernel stack, structure
51
 * of the following type will be placed at
47
 * of the following type will be placed at
52
 * the bottom of the stack.
48
 * the bottom of the stack.
53
 */
49
 */