[NTOS]: Delete anonmem.c and move the ARM3-compatible code to ARM3/virtual.c. Whateve...
authorSir Richard <sir_richard@svn.reactos.org>
Sun, 4 Mar 2012 02:03:46 +0000 (02:03 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sun, 4 Mar 2012 02:03:46 +0000 (02:03 +0000)
commit9732b09bc6336b6cdec711c33548da5b6e4b3955
tree674050592e064110df92f806f1972cf1c30f8cb2
parent2d534ce868202410af0e69dc05307f4f710abe9e
[NTOS]: Delete anonmem.c and move the ARM3-compatible code to ARM3/virtual.c. Whatever remained is for sections only, so move it to mm/section.c
[NTOS]: Fix some broken assertions in NtFreeVirtualMemory. Lesson: Do not try to "optimize" Microsoft's ASSERTs.

svn path=/trunk/; revision=55982
reactos/ntoskrnl/CMakeLists.txt
reactos/ntoskrnl/mm/ARM3/miarm.h
reactos/ntoskrnl/mm/ARM3/section.c
reactos/ntoskrnl/mm/ARM3/virtual.c
reactos/ntoskrnl/mm/anonmem.c [deleted file]
reactos/ntoskrnl/mm/section.c