[NTOS]: Remove SwapEntry parameter from MmAllocPage since it was always zero.
authorSir Richard <sir_richard@svn.reactos.org>
Sat, 20 Feb 2010 14:47:23 +0000 (14:47 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sat, 20 Feb 2010 14:47:23 +0000 (14:47 +0000)
commit60f00192eba8215ca31257aa3e4bcbb622da6e7c
treeb3efccd2471d129f9ac2bed2db9d6ec41f36fae5
parent6118ff6a3cbb56a20f84adf2b660ea803194bb9b
[NTOS]: Remove SwapEntry parameter from MmAllocPage since it was always zero.
[NTOS]: Store SwapEntry as WsIndex. We can do this now since Flink is only used when the page is in a list (meaning it's not active, ie. free or zero), and non-active pages don't have a swap entry.

svn path=/trunk/; revision=45635
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/ARM3/i386/init.c
reactos/ntoskrnl/mm/ARM3/mminit.c
reactos/ntoskrnl/mm/ARM3/pagfault.c
reactos/ntoskrnl/mm/ARM3/pool.c
reactos/ntoskrnl/mm/ARM3/procsup.c
reactos/ntoskrnl/mm/balance.c
reactos/ntoskrnl/mm/freelist.c