Files
reactos/ntoskrnl
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
..
2024-12-11 08:56:06 +02:00
2023-08-31 17:10:34 +02:00
2024-09-08 02:29:37 +02:00