From a27354c9021a8423ef8c7d2bffad49cbf639eec1 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- target/linux/realtek/files/arch/rlx/include/asm/mutex.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/realtek/files/arch/rlx/include/asm/mutex.h (limited to 'target/linux/realtek/files/arch/rlx/include/asm/mutex.h') diff --git a/target/linux/realtek/files/arch/rlx/include/asm/mutex.h b/target/linux/realtek/files/arch/rlx/include/asm/mutex.h new file mode 100644 index 000000000..458c1f7fb --- /dev/null +++ b/target/linux/realtek/files/arch/rlx/include/asm/mutex.h @@ -0,0 +1,9 @@ +/* + * Pull in the generic implementation for the mutex fastpath. + * + * TODO: implement optimized primitives instead, or leave the generic + * implementation in place, or pick the atomic_xchg() based generic + * implementation. (see asm-generic/mutex-xchg.h for details) + */ + +#include -- cgit v1.2.3