[KMTESTS]

- Fix some typos in previous commit
- Make the driver object accessible to tests

svn path=/trunk/; revision=54355
This commit is contained in:
Thomas Faber 2011-11-12 00:21:57 +00:00
parent d0133a99d0
commit 2bc2e85140
4 changed files with 6 additions and 3 deletions

View file

@ -44,7 +44,7 @@ TestFastMutex(
ExReleaseFastMutex(Mutex);
CheckMutex(Mutex, 1L, NULL, 0LU, OriginalIrql, OriginalIrql);
#ifdef _M_X86
#ifdef _M_IX86
/* ntoskrnl's fastcall version */
ExiAcquireFastMutex(Mutex);
CheckMutex(Mutex, 0L, Thread, 0LU, OriginalIrql, APC_LEVEL);