mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
- 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:
parent
2cbbe81d25
commit
a0a3c1519e
2 changed files with 5 additions and 7 deletions
|
@ -384,10 +384,8 @@ MmInit1(VOID)
|
||||||
/* Unmap low memory */
|
/* Unmap low memory */
|
||||||
MmDeletePageTable(NULL, 0);
|
MmDeletePageTable(NULL, 0);
|
||||||
|
|
||||||
#ifdef _ARM_
|
|
||||||
/* Initialize ARM³ */
|
/* Initialize ARM³ */
|
||||||
MmArmInitSystem(0, KeLoaderBlock);
|
MmArmInitSystem(0, KeLoaderBlock);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Initialize nonpaged pool */
|
/* Initialize nonpaged pool */
|
||||||
MiInitializeNonPagedPool();
|
MiInitializeNonPagedPool();
|
||||||
|
|
|
@ -352,11 +352,6 @@
|
||||||
<directory name="arm">
|
<directory name="arm">
|
||||||
<file>stubs.c</file>
|
<file>stubs.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="ARM3">
|
|
||||||
<file>init.c</file>
|
|
||||||
<file>pool.c</file>
|
|
||||||
<file>syspte.c</file>
|
|
||||||
</directory>
|
|
||||||
</if>
|
</if>
|
||||||
<if property="ARCH" value="powerpc">
|
<if property="ARCH" value="powerpc">
|
||||||
<directory name="powerpc">
|
<directory name="powerpc">
|
||||||
|
@ -364,6 +359,11 @@
|
||||||
<file>page.c</file>
|
<file>page.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
|
<directory name="ARM3">
|
||||||
|
<file>init.c</file>
|
||||||
|
<file>pool.c</file>
|
||||||
|
<file>syspte.c</file>
|
||||||
|
</directory>
|
||||||
<file>anonmem.c</file>
|
<file>anonmem.c</file>
|
||||||
<file>balance.c</file>
|
<file>balance.c</file>
|
||||||
<file>cont.c</file>
|
<file>cont.c</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue