- We don't really need ExiTryToAcquireFastMutex declaration here.
[HAL]
- Fix export for ExTryToAcquireFastMutex. On x86 builds it should forward to ntoskrnl's ExiTryToAcquireFastMutex, arm has it's own implementation. Patch by Timo.

svn path=/branches/header-work/; revision=47204
This commit is contained in:
Amine Khaldi
2010-05-14 20:15:25 +00:00
parent 0756bc5fd0
commit eeb2e93d2d
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
@ fastcall -arch=i386 ExAcquireFastMutex(ptr) ExiAcquireFastMutex
@ fastcall -arch=i386 ExReleaseFastMutex(ptr) ExiReleaseFastMutex
#endif
@ fastcall -arch=i386,arm ExTryToAcquireFastMutex(ptr) ExiTryToAcquireFastMutex
@ fastcall -arch=i386 ExTryToAcquireFastMutex(ptr) ntoskrnl.ExiTryToAcquireFastMutex
@ fastcall -arch=arm ExTryToAcquireFastMutex(ptr)
@ fastcall HalClearSoftwareInterrupt(long)
@ fastcall HalRequestSoftwareInterrupt(long)
@ fastcall HalSystemVectorDispatchEntry(long long long)
-6
View File
@@ -206,12 +206,6 @@ extern volatile struct _KSYSTEM_TIME KeTickCount;
#define RESULT_NEGATIVE 1
#define RESULT_POSITIVE 2
DECLSPEC_IMPORT
BOOLEAN
__fastcall
ExiTryToAcquireFastMutex(
IN OUT PFAST_MUTEX FastMutex);
DECLSPEC_IMPORT
VOID
__fastcall