summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index 79964530fa..fae746d853 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -72,11 +72,9 @@
#endif
#if defined(_TARGET_X86_) || defined(_TARGET_ARM_)
- #define PAGE_SIZE 0x1000
#define USE_UPPER_ADDRESS 0
#elif defined(_TARGET_AMD64_) || defined(_TARGET_ARM64_)
- #define PAGE_SIZE 0x1000
#define UPPER_ADDRESS_MAPPING_FACTOR 2
#define CLR_UPPER_ADDRESS_MIN 0x64400000000
#define CODEHEAP_START_ADDRESS 0x64480000000
@@ -92,10 +90,6 @@
#error Please add a new #elif clause and define all portability macros for the new platform
#endif
-#ifndef OS_PAGE_SIZE
-#define OS_PAGE_SIZE PAGE_SIZE
-#endif
-
#if defined(_WIN64)
#define JIT_IS_ALIGNED
#endif