Subversion Repositories HelenOS-historic

Rev

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

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