Remove Ke386Pae conditionals from page code -- PAE is never turned on ReactOS (and probably wouldn't work), so there's no point in wasting CPU cycles and making the code even more unredable by having the PAE code there.

The PAE implementation has been moved to pagepae.c, in case someone will ever want to revive.
Even in that case, it's recommended to build two kernels like everyone else does, instead of doing runtime conditionals for every single page operation.

svn path=/trunk/; revision=32374
This commit is contained in:
ReactOS Portable Systems Group 2008-02-15 06:53:49 +00:00
parent 793e31e8de
commit 581d7a7972
2 changed files with 2527 additions and 1048 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff