From: simonmar Date: Wed, 28 Nov 2001 14:31:27 +0000 (+0000) Subject: [project @ 2001-11-28 14:31:27 by simonmar] X-Git-Tag: Approximately_9120_patches~497 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4321b11328a3371fb18636d63211d2bf2b7e62fc;p=ghc-hetmet.git [project @ 2001-11-28 14:31:27 by simonmar] Revert previous commit: I accidentally committed my local version of this file which has BLOCK_SIZE set to 2k rather than 4k (for testing). --- diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index 9d66642..7ee2a8c 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: Constants.h,v 1.19 2001/11/26 16:54:22 simonmar Exp $ + * $Id: Constants.h,v 1.20 2001/11/28 14:31:27 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -144,7 +144,7 @@ -------------------------------------------------------------------------- */ /* The size of a block (2^BLOCK_SHIFT bytes) */ -#define BLOCK_SHIFT 11 +#define BLOCK_SHIFT 12 /* The size of a megablock (2^MBLOCK_SHIFT bytes) */ #define MBLOCK_SHIFT 20