- Revert 41567:
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 23 Jun 2009 04:59:32 +0000 (04:59 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 23 Jun 2009 04:59:32 +0000 (04:59 +0000)
  - 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

reactos/ntoskrnl/mm/mminit.c
reactos/ntoskrnl/ntoskrnl-generic.rbuild

index 7f6219a..10c811e 100644 (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();
index 855c2d1..e35eeda 100644 (file)
                        <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">
                                <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>