Regarding the map variable in free_area_struct

From: Jagadeesh Bhaskar P
Date: Wed Nov 24 2004 - 04:27:07 EST


It is said in TLDP doc for the kernel that map variable is used as a
bitmask. If Nth block is free, correspondingly the Nth bit is set. How
is this implemented using the map variable? what I cant comprehend is
the significance of making map as:

"unsigned long* map"

Can someone help me in this regard!!

--
With regards,

Jagadeesh Bhaskar P

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/