Paul Mundt 74373c6acc [PATCH] bitmap: region multiword spanning support
Add support to the lib/bitmap.c bitmap_*_region() routines

For bitmap regions larger than one word (nbits > BITS_PER_LONG).  This removes
a BUG_ON() in lib bitmap.

I have an updated store queue API for SH that is currently using this with
relative success, and at first glance, it seems like this could be useful for
x86 (arch/i386/kernel/pci-dma.c) as well.  Particularly for anything using
dma_declare_coherent_memory() on large areas and that attempts to allocate
large buffers from that space.

Paul Jackson also did some cleanup to this patch.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-24 07:33:20 -08:00
..
2006-03-23 07:38:10 -08:00
2006-01-10 08:01:57 -08:00
2006-01-10 08:01:57 -08:00
2005-11-28 14:42:23 -08:00
2006-02-18 16:30:40 -05:00
2006-03-20 13:42:59 -08:00
2006-02-01 08:53:13 -08:00
2005-10-30 17:37:32 -08:00
2006-03-22 07:53:56 -08:00
2005-10-30 17:37:32 -08:00