On Thu, Jun 25, 2015 at 11:14:16AM -0700, Jesse Gross wrote:
> On Thu, Jun 25, 2015 at 10:54 AM, Ben Pfaff wrote:
> > On Thu, Jun 25, 2015 at 09:22:09AM -0700, Jesse Gross wrote:
> >> Currently the functions to set, clear, and iterate over bitmaps
> >> only operate over 32 bit values. If we conver
On Thu, Jun 25, 2015 at 10:54 AM, Ben Pfaff wrote:
> On Thu, Jun 25, 2015 at 09:22:09AM -0700, Jesse Gross wrote:
>> Currently the functions to set, clear, and iterate over bitmaps
>> only operate over 32 bit values. If we convert them to handle
>> 64 bit bitmaps, they can be used in more places.
On Thu, Jun 25, 2015 at 09:22:09AM -0700, Jesse Gross wrote:
> Currently the functions to set, clear, and iterate over bitmaps
> only operate over 32 bit values. If we convert them to handle
> 64 bit bitmaps, they can be used in more places.
>
> Suggested-by: Ben Pfaff
> Signed-off-by: Jesse Gros
Currently the functions to set, clear, and iterate over bitmaps
only operate over 32 bit values. If we convert them to handle
64 bit bitmaps, they can be used in more places.
Suggested-by: Ben Pfaff
Signed-off-by: Jesse Gross
---
lib/bitmap.h | 10 +-
lib/cmap.c| 10 +--