- Implemented the allocation type NonPagedPoolCacheAligned/NonPagedPoolCacheAlignedMustS.

svn path=/trunk/; revision=6071
This commit is contained in:
Hartmut Birr 2003-09-14 09:15:04 +00:00
parent 991009f8c6
commit 8f692f9ab7

View file

@ -1,4 +1,4 @@
/* $Id: pool.c,v 1.21 2003/07/31 11:16:10 dwelch Exp $
/* $Id: pool.c,v 1.22 2003/09/14 09:15:04 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -30,12 +30,7 @@ EiAllocatePool(POOL_TYPE PoolType,
PVOID Caller)
{
PVOID Block;
if (PoolType == NonPagedPoolCacheAligned ||
PoolType == NonPagedPoolCacheAlignedMustS)
{
UNIMPLEMENTED;
}
switch(PoolType)
{