mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
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:
parent
793e31e8de
commit
581d7a7972
2 changed files with 2527 additions and 1048 deletions
File diff suppressed because it is too large
Load diff
2472
reactos/ntoskrnl/mm/i386/pagepae.c
Normal file
2472
reactos/ntoskrnl/mm/i386/pagepae.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue