Files
reactos/ntoskrnl/include/internal
Vincent FranchommeandThamatip Chitpong 6ada5978d0 [NTOS:MM] Do not use PAGE_ROUND_DOWN for LONGLONG values (#7603)
PAGE_ROUND_DOWN macro seems to not work correctly with LONGLONG values. It creates some random freezes in the 1st-stage setup after commit 69bf140506.
It's fixed by creating PAGE_ROUND_UP_64 and PAGE_ROUND_DOWN_64 macros for 64-bit only data types.

---------

Co-authored-by: Thamatip Chitpong <[email protected]>
2025-01-16 10:30:38 +07:00
..
2020-12-07 19:50:51 +03:00