Disintegrate asm/system.h for Hexagon

Disintegrate asm/system.h for Hexagon.  Not compiled.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
cc: linux-hexagon@vger.kernel.org
This commit is contained in:
David Howells
2012-03-28 18:30:02 +01:00
parent a5401ee3da
commit 8335896bed
10 changed files with 199 additions and 130 deletions

View File

@@ -23,6 +23,7 @@
#define _ASM_ATOMIC_H
#include <linux/types.h>
#include <asm/cmpxchg.h>
#define ATOMIC_INIT(i) { (i) }
#define atomic_set(v, i) ((v)->counter = (i))