- Revert 41567:

- ARM³ (Alternate ReactOS Memory Management Module) "stuff" is not ACORN Risc Machines (ARM) Port "stuff".
  - We are lucky this user made this change before the rest of the code was checked in -- hyperspace, MDLs, nonpaged pool, kernel stacks, I/O mappings, noncached memory and contigous memory will soon all be built on ARM³ -- good thing this wasn't the case yet!
  - Recommend this user gets banned for reverting code without approval within the 24hr grace period in ReactOS guidelines.
  - If you have a bug to report, use Bugzilla, not your head as a sledgehammer.


svn path=/trunk/; revision=41570
This commit is contained in:
ReactOS Portable Systems Group 2009-06-23 04:59:32 +00:00
parent 2cbbe81d25
commit a0a3c1519e
2 changed files with 5 additions and 7 deletions

View file

@ -384,10 +384,8 @@ MmInit1(VOID)
/* Unmap low memory */
MmDeletePageTable(NULL, 0);
#ifdef _ARM_
/* Initialize ARM³ */
MmArmInitSystem(0, KeLoaderBlock);
#endif
/* Initialize nonpaged pool */
MiInitializeNonPagedPool();

View file

@ -352,11 +352,6 @@
<directory name="arm">
<file>stubs.c</file>
</directory>
<directory name="ARM3">
<file>init.c</file>
<file>pool.c</file>
<file>syspte.c</file>
</directory>
</if>
<if property="ARCH" value="powerpc">
<directory name="powerpc">
@ -364,6 +359,11 @@
<file>page.c</file>
</directory>
</if>
<directory name="ARM3">
<file>init.c</file>
<file>pool.c</file>
<file>syspte.c</file>
</directory>
<file>anonmem.c</file>
<file>balance.c</file>
<file>cont.c</file>