|
From: <sv...@va...> - 2009-05-23 17:49:00
|
Author: bart Date: 2009-05-23 18:48:54 +0100 (Sat, 23 May 2009) New Revision: 10122 Log: Restored the original value of ADDR_LSB_BITS. Modified: branches/DRDDEV/drd/drd_bitmap.h Modified: branches/DRDDEV/drd/drd_bitmap.h =================================================================== --- branches/DRDDEV/drd/drd_bitmap.h 2009-05-23 01:51:54 UTC (rev 10121) +++ branches/DRDDEV/drd/drd_bitmap.h 2009-05-23 17:48:54 UTC (rev 10122) @@ -66,7 +66,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 |