Disintegrate asm/system.h for Xtensa

Disintegrate asm/system.h for Xtensa.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Chris Zankel <chris@zankel.net>
This commit is contained in:
David Howells
2012-03-28 18:30:03 +01:00
parent 8978bfd228
commit f9aa7e1882
15 changed files with 225 additions and 191 deletions

View File

@@ -18,7 +18,7 @@
#ifdef __KERNEL__
#include <asm/processor.h>
#include <asm/system.h>
#include <asm/cmpxchg.h>
#define ATOMIC_INIT(i) { (i) }