diff options
author | Al Viro | 2005-09-11 00:24:27 +0100 |
---|---|---|
committer | Linus Torvalds | 2005-09-10 16:50:01 -0700 |
commit | d3fd4c2d48ac4590a922f2a950a2d46386c97a8a (patch) | |
tree | cef6d404564d7bfa31435b305402aba646b3d3bb | |
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>
-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 @@ +#ifndef __UM_SPINLOCK_TYPES_H +#define __UM_SPINLOCK_TYPES_H + +#include "asm/arch/spinlock_types.h" + +#endif |