]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/um/include/sysdep-x86_64/thread.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-omap-h63xx.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