Chromium Code Reviews| Index: src/base/build_config.h |
| diff --git a/src/base/build_config.h b/src/base/build_config.h |
| index e033134feb4b9a496ce9600f9e64e7983c7325d0..00abd4bc9cb975fe5ebbb3c2d66fa81f9f13fbc3 100644 |
| --- a/src/base/build_config.h |
| +++ b/src/base/build_config.h |
| @@ -200,7 +200,7 @@ |
| // Bump up for Power Linux due to larger (64K) page size. |
| const int kPageSizeBits = 22; |
| #else |
| -const int kPageSizeBits = 20; |
| +const int kPageSizeBits = 19; |
| #endif |
| #endif // V8_BASE_BUILD_CONFIG_H_ |