|
From: <sv...@va...> - 2009-05-09 10:51:31
|
Author: bart Date: 2009-05-09 11:51:27 +0100 (Sat, 09 May 2009) New Revision: 9803 Log: Reduced ADDR_LSB_BITS from 14 to 12 because this speeds up the regression tests by about 20%. Modified: branches/DRDDEV/drd/drd_bitmap.h Modified: branches/DRDDEV/drd/drd_bitmap.h =================================================================== --- branches/DRDDEV/drd/drd_bitmap.h 2009-05-09 09:55:46 UTC (rev 9802) +++ branches/DRDDEV/drd/drd_bitmap.h 2009-05-09 10:51:27 UTC (rev 9803) @@ -65,7 +65,7 @@ /** Number of bits assigned to the least significant component of an address. */ -#define ADDR_LSB_BITS 14 +#define ADDR_LSB_BITS 12 /** Mask that has to be applied to an address of type Addr in order to * compute the least significant part of an address split, after having |