Author: akhaldi Date: Fri May 14 22:15:25 2010 New Revision: 47204
URL: http://svn.reactos.org/svn/reactos?rev=47204&view=rev Log: [ARMDDK] - 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.
Modified: branches/header-work/hal/hal.pspec branches/header-work/include/reactos/arm/armddk.h
Modified: branches/header-work/hal/hal.pspec URL: http://svn.reactos.org/svn/reactos/branches/header-work/hal/hal.pspec?rev=47... ============================================================================== --- branches/header-work/hal/hal.pspec [iso-8859-1] (original) +++ branches/header-work/hal/hal.pspec [iso-8859-1] Fri May 14 22:15:25 2010 @@ -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)
Modified: branches/header-work/include/reactos/arm/armddk.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/reactos/arm/... ============================================================================== --- branches/header-work/include/reactos/arm/armddk.h [iso-8859-1] (original) +++ branches/header-work/include/reactos/arm/armddk.h [iso-8859-1] Fri May 14 22:15:25 2010 @@ -207,12 +207,6 @@ #define RESULT_POSITIVE 2
DECLSPEC_IMPORT -BOOLEAN -__fastcall -ExiTryToAcquireFastMutex( - IN OUT PFAST_MUTEX FastMutex); - -DECLSPEC_IMPORT VOID __fastcall KfReleaseSpinLock(