diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 04:26:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:05 -0400 |
commit | c28b59d4779a43e9b7e786c7004cbee8fab1527d (patch) | |
tree | d549ea48ac27e4f8896bde1b4d7bdfe4d3b1ee2d /arch/um/include/sysdep-x86_64 | |
parent | 42fda66387daa53538ae13a2c858396aaf037158 (diff) |
uml: remove sysdep/thread.h
This patch removes thread.h, which turns out not to be needed any more.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include/sysdep-x86_64')
-rw-r--r-- | arch/um/include/sysdep-x86_64/thread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/sysdep-x86_64/thread.h b/arch/um/include/sysdep-x86_64/thread.h deleted file mode 100644 index d73d0b0afdb7..000000000000 --- a/arch/um/include/sysdep-x86_64/thread.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef __UM_THREAD_H | ||
2 | #define __UM_THREAD_H | ||
3 | |||
4 | #include <kern_constants.h> | ||
5 | |||
6 | #endif | ||