Author: tkreuzer Date: Sat Nov 14 15:49:50 2009 New Revision: 44156
URL: http://svn.reactos.org/svn/reactos?rev=44156&view=rev Log: Don't truncate MI_MAPPING_RANGE_START to ULONG
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/include/internal/mm.h
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/include/internal/mm.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskr... ============================================================================== --- branches/ros-amd64-bringup/reactos/ntoskrnl/include/internal/mm.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/ntoskrnl/include/internal/mm.h [iso-8859-1] Sat Nov 14 15:49:50 2009 @@ -109,7 +109,7 @@
#define MI_HYPERSPACE_PTES (256 - 1) #define MI_ZERO_PTES (32) -#define MI_MAPPING_RANGE_START (ULONG)HYPER_SPACE +#define MI_MAPPING_RANGE_START (ULONG_PTR)HYPER_SPACE #define MI_MAPPING_RANGE_END (MI_MAPPING_RANGE_START + \ MI_HYPERSPACE_PTES * PAGE_SIZE) #define MI_ZERO_PTE (PMMPTE)(MI_MAPPING_RANGE_END + \