]> err.no Git - linux-2.6/blob - arch/um/include/sysdep-i386/thread.h
uml: throw out CONFIG_MODE_TT
[linux-2.6] / arch / um / include / sysdep-i386 / thread.h
1 #ifndef __UM_THREAD_H
2 #define __UM_THREAD_H
3
4 #include <kern_constants.h>
5
6 #define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS]))
7
8 #endif