[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48E20F98.4010106@linux-foundation.org>
Date: Tue, 30 Sep 2008 06:38:00 -0500
From: Christoph Lameter <cl@...ux-foundation.org>
To: Pekka Enberg <penberg@...helsinki.fi>
CC: akpm@...ux-foundation.org, 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
Pekka Enberg wrote:
>> +/*
>> + * Basic allocation unit. A bit map is created to track the use of each
>> + * UNIT_SIZE element in the cpu area.
>> + */
>> +#define UNIT_TYPE int
>> +#define UNIT_SIZE sizeof(UNIT_TYPE)
>> +
>> +int units; /* Actual available units */
>
> What is this thing? Otherwise looks good to me.
This is the number of units available from the cpu allocator. Its determined
on bootup and the bitmap is sized correspondingly.
--
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