comment out some functions on AMD64 build that don't belong here.

svn path=/branches/ros-amd64-bringup/; revision=36013
This commit is contained in:
Timo Kreuzer
2008-09-07 00:17:05 +00:00
parent 6acdf6d0d2
commit 3fc7faad0d
+4 -2
View File
@@ -748,7 +748,7 @@ KeAcquireSpinLockRaiseToSynch(
return 0;
}
#ifndef _M_AMD64
VOID
FASTCALL
KeAcquireInStackQueuedSpinLock(
@@ -777,6 +777,7 @@ KeReleaseInStackQueuedSpinLock(
{
UNIMPLEMENTED;
}
#endif
VOID
NTAPI
@@ -853,6 +854,7 @@ KeRaiseIrqlToSynchLevel(VOID)
}
#endif
#ifndef _M_AMD64
#undef KeReleaseSpinLock
VOID
NTAPI
@@ -862,7 +864,7 @@ KeReleaseSpinLock(
{
UNIMPLEMENTED;
}
#endif
VOID
NTAPI