This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / um / include / sysdep-x86_64 / thread.h
1 #ifndef __UM_THREAD_H
2 #define __UM_THREAD_H
3
4 #include <kern_constants.h>
5
6 #ifdef UML_CONFIG_MODE_TT
7 #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID]))
8 #endif
9
10 #endif