Changeset f30e6a0b in mainline for libc/arch/ia64/include/psthread.h


Ignore:
Timestamp:
2006-04-12T11:59:03Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1e17fc
Parents:
c9857c6
Message:

Userspace suport for SYS_GET_TASK_ID syscall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia64/include/psthread.h

    rc9857c6 rf30e6a0b  
    4343
    4444#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)*/
    46 
     45/* Stack is divided into two equal parts (for memory stack and register stack). */
     46#define PSTHREAD_INITIAL_STACK_DIVISION 2 
    4747
    4848#ifdef context_set
Note: See TracChangeset for help on using the changeset viewer.