Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1174 → Rev 1175

/uspace/trunk/libc/arch/ia64/include/psthread.h
42,9 → 42,9
#define PFM_MASK (~0x3fffffffff)
 
#define PSTHREAD_INITIAL_STACK_PAGES_NO 2
#define PSTHREAD_INITIAL_STACK_DIVISION 2 /*Stack is divided into two equal parts (for clasic stack and register stack)*/
/* Stack is divided into two equal parts (for memory stack and register stack). */
#define PSTHREAD_INITIAL_STACK_DIVISION 2
 
 
#ifdef context_set
#undef context_set
#endif