diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 13:42:18 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-11 18:30:35 +0400 |
commit | 6e35fa2d430538cd0609e499c6f789beea9e9798 (patch) | |
tree | 3ec427c979b67d903f5cebf6cf9b0e5f61b97805 /arch/arc/include/asm/mutex.h | |
parent | 3be80aaef861a60b85a9323462ebb5f623774f7a (diff) | |
download | linux-6e35fa2d430538cd0609e499c6f789beea9e9798.tar.xz |
ARC: Spinlock/rwlock/mutex primitives
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/include/asm/mutex.h')
-rw-r--r-- | arch/arc/include/asm/mutex.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arc/include/asm/mutex.h b/arch/arc/include/asm/mutex.h new file mode 100644 index 000000000000..3be5e64da139 --- /dev/null +++ b/arch/arc/include/asm/mutex.h @@ -0,0 +1,9 @@ +/* + * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include <asm-generic/mutex-xchg.h> |