|
From: <sv...@va...> - 2008-03-24 08:34:58
|
Author: bart
Date: 2008-03-24 08:35:03 +0000 (Mon, 24 Mar 2008)
New Revision: 7770
Log:
Addresses in the range 0..ADDR0_COUNT-1 can again be stored in a bitmap.
Modified:
branches/DRDDEV/exp-drd/drd_bitmap.h
Modified: branches/DRDDEV/exp-drd/drd_bitmap.h
===================================================================
--- branches/DRDDEV/exp-drd/drd_bitmap.h 2008-03-24 08:33:47 UTC (rev 7769)
+++ branches/DRDDEV/exp-drd/drd_bitmap.h 2008-03-24 08:35:03 UTC (rev 7770)
@@ -424,7 +424,6 @@
struct bitmap2* bm2;
tl_assert(bm);
- tl_assert(a1);
bm2 = bm_cache_lookup(bm, a1);
if (bm2 == 0)
{
|