From d3fd4c2d48ac4590a922f2a950a2d46386c97a8a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 11 Sep 2005 00:24:27 +0100 Subject: [PATCH] uml spinlock breakage mingo missed that one... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- include/asm-um/spinlock_types.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-um/spinlock_types.h (limited to 'include/asm-um') 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 -- cgit v1.2.3