Removed a debug ifdef that isn't used.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-02 14:25:48 +01:00
parent cfbbf67247
commit 93a9ee334d
1 changed files with 0 additions and 5 deletions

View File

@ -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