diff options
Diffstat (limited to 'arch/um/include/sysdep-i386/thread.h')
-rw-r--r-- | arch/um/include/sysdep-i386/thread.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/um/include/sysdep-i386/thread.h b/arch/um/include/sysdep-i386/thread.h deleted file mode 100644 index 0cf7bf6e9e04..000000000000 --- a/arch/um/include/sysdep-i386/thread.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __UM_THREAD_H -#define __UM_THREAD_H - -#include <kern_constants.h> - -#define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS])) - -#endif |