- Fix ExInitializeRundownProtectionCacheAware prototype
- uncomment KeGetCurrentThread for amd64
- Don't redefine SINGLE_GROUP_LEGACY_API

svn path=/branches/ros-amd64-bringup/; revision=46393
This commit is contained in:
Timo Kreuzer 2010-03-24 05:22:21 +00:00
parent 20745aaad7
commit 42bdd9f0f4
3 changed files with 3 additions and 2 deletions

View file

@ -491,7 +491,7 @@ ExFreeCacheAwareRundownProtection(IN PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAwar
VOID
NTAPI
ExInitializeRundownProtectionCacheAware(IN PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware,
IN ULONG Count)
IN SIZE_T Count)
{
DBG_UNREFERENCED_PARAMETER(RunRefCacheAware);
DBG_UNREFERENCED_PARAMETER(Count);

View file

@ -19,7 +19,6 @@
/* DDK/IFS/NDK Headers */
#define _REALLY_GET_CALLERS_CALLER
#define SINGLE_GROUP_LEGACY_API
#include <excpt.h>
#include <ntdef.h>
#include <ntifs.h>

View file

@ -897,6 +897,7 @@ KeCapturePersistentThreadState(IN PVOID CurrentThread,
UNIMPLEMENTED;
}
#ifndef _M_AMD64
/*
* @implemented
*/
@ -908,6 +909,7 @@ KeGetCurrentThread(VOID)
/* Return the current thread on this PCR */
return _KeGetCurrentThread();
}
#endif
/*
* @implemented