mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Corrected EiAllocatePool prototype.
- Corrected debug message in MmIsUsablePage. svn path=/trunk/; revision=8402
This commit is contained in:
@@ -718,7 +718,7 @@ MmIsUsablePage(PHYSICAL_ADDRESS PhysicalAddress)
|
||||
{
|
||||
ULONG Start = PhysicalAddress.u.LowPart / PAGE_SIZE;
|
||||
|
||||
DPRINT("MmGetReferenceCountPage(PhysicalAddress %x)\n", PhysicalAddress);
|
||||
DPRINT("MmIsUsablePage(PhysicalAddress %x)\n", PhysicalAddress);
|
||||
|
||||
if (PhysicalAddress.u.LowPart == 0)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Id: pool.c,v 1.26 2003/12/30 18:52:05 fireball Exp $
|
||||
/* $Id: pool.c,v 1.27 2004/02/26 18:54:52 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -23,11 +23,7 @@
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
#if defined(__GNUC__)
|
||||
PVOID STDCALL STATIC
|
||||
#else
|
||||
STATIC PVOID STDCALL
|
||||
#endif
|
||||
EiAllocatePool(POOL_TYPE PoolType,
|
||||
ULONG NumberOfBytes,
|
||||
ULONG Tag,
|
||||
|
||||
Reference in New Issue
Block a user