[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48E62906.3030506@linux-foundation.org>
Date: Fri, 03 Oct 2008 09:15:34 -0500
From: Christoph Lameter <cl@...ux-foundation.org>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
rusty@...tcorp.com.au, jeremy@...p.org, ebiederm@...ssion.com,
travis@....com, herbert@...dor.apana.org.au, xemul@...nvz.org
Subject: Re: [patch 3/4] cpu alloc: The allocator
Andrew Morton wrote:
>
> umm, yeah, the whole bitmap interface is busted from that POV.
Yup cannot find equivalent bitmap operations for cpu_alloc.
Also the search operations already use find_next_zero_bit() and
find_next_bit(). So this should be okay.
We could define new bitops:
bitmap_set_range(dst, start, end)
bitmap_clear_range(dst, start, end)
int find_zero_bits(dst, start, end, nr_of_zero_bits)
but then there are additional alignment requirements that such a generic
function would not be able to check for.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists