| Index: src/base/build_config.h
|
| diff --git a/src/base/build_config.h b/src/base/build_config.h
|
| index cadf365e887208e5cf8d8ccfd2ef9a8b8fd1f5b9..d113c2a0fcc60544bb41872078eced1193848c92 100644
|
| --- a/src/base/build_config.h
|
| +++ b/src/base/build_config.h
|
| @@ -204,11 +204,6 @@
|
|
|
| // Number of bits to represent the page size for paged spaces. The value of 20
|
| // gives 1Mb bytes per page.
|
| -#if V8_HOST_ARCH_PPC && V8_TARGET_ARCH_PPC && V8_OS_LINUX
|
| -// Bump up for Power Linux due to larger (64K) page size.
|
| -const int kPageSizeBits = 22;
|
| -#else
|
| const int kPageSizeBits = 19;
|
| -#endif
|
|
|
| #endif // V8_BASE_BUILD_CONFIG_H_
|
|
|