[sgen] Fix MS block size calculation.
[mono.git] / mono / sgen / sgen-archdep.h
index 274f6dac2fdabdfed67add95ea4a76eaa559f494..9fa6e2141c2e620e4a9d7d6b5671030019407e8a 100644 (file)
 
 #define REDZONE_SIZE   224
 
-/* MS_BLOCK_SIZE must be a multiple of the system pagesize, which for some
-   architectures is 64k.  */
-#if defined(TARGET_POWERPC) || defined(TARGET_POWERPC64)
-#define ARCH_MIN_MS_BLOCK_SIZE (64*1024)
-#define ARCH_MIN_MS_BLOCK_SIZE_SHIFT   16
-#endif
-
 #elif defined(TARGET_ARM)
 
 #define REDZONE_SIZE   0