mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
commented out a DPRINT that referenced a variable that no longer exists
svn path=/trunk/; revision=5703
This commit is contained in:
parent
f8dadc910b
commit
cafb322c66
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: kmap.c,v 1.27 2003/08/19 23:52:36 dwelch Exp $
|
/* $Id: kmap.c,v 1.28 2003/08/20 14:53:16 royce Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -177,7 +177,7 @@ MiAllocNonPagedPoolRegion(ULONG nr_pages)
|
||||||
AllocMapHint += nr_pages;
|
AllocMapHint += nr_pages;
|
||||||
}
|
}
|
||||||
KeReleaseSpinLock(&AllocMapLock, oldlvl);
|
KeReleaseSpinLock(&AllocMapLock, oldlvl);
|
||||||
DPRINT("returning %x\n",NonPagedPoolBase + Base * PAGE_SIZE);
|
//DPRINT("returning %x\n",NonPagedPoolBase + Base * PAGE_SIZE);
|
||||||
return MiKernelMapStart + Base * PAGE_SIZE;
|
return MiKernelMapStart + Base * PAGE_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue