Disintegrate asm/system.h for Sparc
Disintegrate asm/system.h for Sparc. Signed-off-by: David Howells <dhowells@redhat.com> cc: sparclinux@vger.kernel.org
This commit is contained in:
8
arch/sparc/include/asm/barrier.h
Normal file
8
arch/sparc/include/asm/barrier.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef ___ASM_SPARC_BARRIER_H
|
||||
#define ___ASM_SPARC_BARRIER_H
|
||||
#if defined(__sparc__) && defined(__arch64__)
|
||||
#include <asm/barrier_64.h>
|
||||
#else
|
||||
#include <asm/barrier_32.h>
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user