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 @@ | |||
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 | ||