Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
#if __GNUC__
#define ALIGN(n) __attribute__ ((aligned(n)))
#define NOINLINE __attribute__ ((noinline))
-#define FASTCALL
#elif _MSC_VER
#define ALIGN(n) __declspec(align(n))
#define NOINLINE __declspec(noinline)
-#define FASTCALL __fastcall
#else
#define ALIGN(n)
#define NOINLINE
-#define FASTCALL
#endif
/* ----------------------------------------------------------------------- */
#define mk_unsigned_long(x) x
#endif /* !__ASSEMBLY__ */
-#define fastcall
#define __cpuinitdata
#define __cpuinit