diff --git a/ntoskrnl/mm/ARM3/expool.c b/ntoskrnl/mm/ARM3/expool.c index 3e5630bd1ac..301c5057de4 100644 --- a/ntoskrnl/mm/ARM3/expool.c +++ b/ntoskrnl/mm/ARM3/expool.c @@ -877,7 +877,6 @@ ExpInsertPoolTracker(IN ULONG Key, // ASSERT on ReactOS features not yet supported // ASSERT(!(PoolType & SESSION_POOL_MASK)); - ASSERT(KeGetCurrentProcessorNumber() == 0); // // Why the double indirection? Because normally this function is also used