drop unused fastcall annotation
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Nov 2015 10:57:04 +0000 (11:57 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 Nov 2015 10:57:04 +0000 (11:57 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/crypto/vmac.c
xen/include/xen/config.h

index 8f2f3727b1fb1ca1f8b5e208015b193976187acb..f3f2743801cea5e1b5ab2bf3f83a9c638000bffe 100644 (file)
@@ -173,15 +173,12 @@ const uint64_t mpoly = UINT64_C(0x1fffffff1fffffff);  /* Poly key mask     */
 #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
 
 /* ----------------------------------------------------------------------- */
index f7258c7ff7ce298d878c60a985808844d695635e..450be86f782e83f2f53ece1dd9fbf471f9a548c8 100644 (file)
@@ -84,7 +84,6 @@
 #define mk_unsigned_long(x) x
 #endif /* !__ASSEMBLY__ */
 
-#define fastcall
 #define __cpuinitdata
 #define __cpuinit