[ros-diffs] [tkreuzer] 35742: KeAcquire/ReleaseQueuedSpinlock belong to ntoskrnl on amd64

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Fri Aug 29 03:45:40 CEST 2008


Author: tkreuzer
Date: Thu Aug 28 20:45:40 2008
New Revision: 35742

URL: http://svn.reactos.org/svn/reactos?rev=35742&view=rev
Log:
KeAcquire/ReleaseQueuedSpinlock belong to ntoskrnl on amd64

Modified:
    branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h

Modified: branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h?rev=35742&r1=35741&r2=35742&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h [iso-8859-1] Thu Aug 28 20:45:40 2008
@@ -3631,14 +3631,22 @@
     IN BOOLEAN          AllowRawMount
 );
 
+#ifdef _M_AMD64
+NTKERNELAPI
+#else
 NTHALAPI
+#endif
 KIRQL
 FASTCALL
 KeAcquireQueuedSpinLock (
     IN KSPIN_LOCK_QUEUE_NUMBER Number
 );
 
+#ifdef _M_AMD64
+NTKERNELAPI
+#else
 NTHALAPI
+#endif
 VOID
 FASTCALL
 KeReleaseQueuedSpinLock (



More information about the Ros-diffs mailing list