From a0a3c1519e5efe42d6e29d439bc7954c94f2541b Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Tue, 23 Jun 2009 04:59:32 +0000 Subject: [PATCH] =?UTF-8?q?-=20Revert=2041567:=20=20=20-=20ARM=C2=B3=20(Al?= =?UTF-8?q?ternate=20ReactOS=20Memory=20Management=20Module)=20"stuff"=20i?= =?UTF-8?q?s=20not=20ACORN=20Risc=20Machines=20(ARM)=20Port=20"stuff".=20?= =?UTF-8?q?=20=20-=20We=20are=20lucky=20this=20user=20made=20this=20change?= =?UTF-8?q?=20before=20the=20rest=20of=20the=20code=20was=20checked=20in?= =?UTF-8?q?=20--=20hyperspace,=20MDLs,=20nonpaged=20pool,=20kernel=20stack?= =?UTF-8?q?s,=20I/O=20mappings,=20noncached=20memory=20and=20contigous=20m?= =?UTF-8?q?emory=20will=20soon=20all=20be=20built=20on=20ARM=C2=B3=20--=20?= =?UTF-8?q?good=20thing=20this=20wasn't=20the=20case=20yet!=20=20=20-=20Re?= =?UTF-8?q?commend=20this=20user=20gets=20banned=20for=20reverting=20code?= =?UTF-8?q?=20without=20approval=20within=20the=2024hr=20grace=20period=20?= =?UTF-8?q?in=20ReactOS=20guidelines.=20=20=20-=20If=20you=20have=20a=20bu?= =?UTF-8?q?g=20to=20report,=20use=20Bugzilla,=20not=20your=20head=20as=20a?= =?UTF-8?q?=20sledgehammer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=41570 --- reactos/ntoskrnl/mm/mminit.c | 2 -- reactos/ntoskrnl/ntoskrnl-generic.rbuild | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/reactos/ntoskrnl/mm/mminit.c b/reactos/ntoskrnl/mm/mminit.c index 7f6219a27b9..10c811e286a 100644 --- a/reactos/ntoskrnl/mm/mminit.c +++ b/reactos/ntoskrnl/mm/mminit.c @@ -384,10 +384,8 @@ MmInit1(VOID) /* Unmap low memory */ MmDeletePageTable(NULL, 0); -#ifdef _ARM_ /* Initialize ARM³ */ MmArmInitSystem(0, KeLoaderBlock); -#endif /* Initialize nonpaged pool */ MiInitializeNonPagedPool(); diff --git a/reactos/ntoskrnl/ntoskrnl-generic.rbuild b/reactos/ntoskrnl/ntoskrnl-generic.rbuild index 855c2d1f92e..e35eedac8aa 100644 --- a/reactos/ntoskrnl/ntoskrnl-generic.rbuild +++ b/reactos/ntoskrnl/ntoskrnl-generic.rbuild @@ -352,11 +352,6 @@ stubs.c - - init.c - pool.c - syspte.c - @@ -364,6 +359,11 @@ page.c + + init.c + pool.c + syspte.c + anonmem.c balance.c cont.c