Subversion Repositories HelenOS-historic

Rev

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

Rev 1155 Rev 1175
Line 40... Line 40...
40
#define SP_DELTA    (0+ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT))
40
#define SP_DELTA    (0+ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT))
41
 
41
 
42
#define PFM_MASK        (~0x3fffffffff)
42
#define PFM_MASK        (~0x3fffffffff)
43
 
43
 
44
#define PSTHREAD_INITIAL_STACK_PAGES_NO 2
44
#define PSTHREAD_INITIAL_STACK_PAGES_NO 2
45
#define PSTHREAD_INITIAL_STACK_DIVISION 2  /*Stack is divided into two equal parts (for clasic stack and register stack)*/
45
/* Stack is divided into two equal parts (for memory stack and register stack). */
46
 
-
 
-
 
46
#define PSTHREAD_INITIAL_STACK_DIVISION 2  
47
 
47
 
48
#ifdef context_set
48
#ifdef context_set
49
#undef context_set
49
#undef context_set
50
#endif
50
#endif
51
 
51