blob: 2fe99e66e760f0072dd6e1d66676016070baced6 [file] [log] [blame]
Sam Ravnborga439fe52008-07-27 23:00:59 +02001#ifndef ___ASM_SPARC_PROCESSOR_H
2#define ___ASM_SPARC_PROCESSOR_H
3#if defined(__sparc__) && defined(__arch64__)
4#include <asm/processor_64.h>
5#else
6#include <asm/processor_32.h>
7#endif
David Howellsd550bbd2012-03-28 18:30:03 +01008
9#define nop() __asm__ __volatile__ ("nop")
10
Sam Ravnborga439fe52008-07-27 23:00:59 +020011#endif