diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2005-09-10 19:24:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-10 19:50:01 -0400 |
commit | d3fd4c2d48ac4590a922f2a950a2d46386c97a8a (patch) | |
tree | cef6d404564d7bfa31435b305402aba646b3d3bb /include | |
parent | 7f93220b624de1b7d9fcff8a2cebd6fce7ed4665 (diff) |
[PATCH] uml spinlock breakage
mingo missed that one...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-um/spinlock_types.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/spinlock_types.h b/include/asm-um/spinlock_types.h new file mode 100644 index 000000000000..e5a94294bf82 --- /dev/null +++ b/include/asm-um/spinlock_types.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __UM_SPINLOCK_TYPES_H | ||
2 | #define __UM_SPINLOCK_TYPES_H | ||
3 | |||
4 | #include "asm/arch/spinlock_types.h" | ||
5 | |||
6 | #endif | ||