From 93a9ee334d0ae34db6fa5891d3ecd7fb10faf9e0 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 2 Mar 2012 14:25:48 +0100 Subject: [PATCH] Removed a debug ifdef that isn't used. --- sortix/x86/memorymanagement.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sortix/x86/memorymanagement.cpp b/sortix/x86/memorymanagement.cpp index 4394e1e6..74032e11 100644 --- a/sortix/x86/memorymanagement.cpp +++ b/sortix/x86/memorymanagement.cpp @@ -144,13 +144,8 @@ namespace Sortix addr_t fractal1 = PMLS[2]->entry[1022]; -#if 1 Page::Put(fractal1 & PML_ADDRESS); Page::Put(currentdir & PML_ADDRESS); -#else - Page::Put(fractal1); - Page::Put(currentdir); -#endif // Switch to the address space from when the world was originally // created. It should contain the kernel, the whole kernel, and