define some fastcall functions to the normal functions on amd64

svn path=/branches/ros-amd64-bringup/; revision=35781
This commit is contained in:
Timo Kreuzer
2008-08-30 01:42:03 +00:00
parent d1a1a9ec83
commit 85e83d6573
@@ -515,6 +515,13 @@ ExGetCurrentProcessorCounts(
PULONG TotalCpuTime,
PULONG ProcessorNumber);
/* portability fixes */
#ifdef _M_AMD64
#define KfReleaseSpinLock KeReleaseSpinLock
#define KefAcquireSpinLockAtDpcLevel KeAcquireSpinLockAtDpcLevel
#define KefReleaseSpinLockFromDpcLevel KeReleaseSpinLockFromDpcLevel
#endif
#endif /* __NDISSYS_H */
/* EOF */