Re: [patch 3/4] cpu alloc: The allocator

From: Christoph Lameter
Date: Tue Sep 30 2008 - 08:14:54 EST


Pekka Enberg wrote:
>
> I think you're confusing it to "nr_units" or, alternatively, I need new
> glasses.
>

You are right. units is debri from earlier revs and has no function today.


Subject: cpu_alloc: Remove useless variable

The "units" variable is a leftover and has no function at this point.

Signed-off-by: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx>

Index: linux-2.6/mm/cpu_alloc.c
===================================================================
--- linux-2.6.orig/mm/cpu_alloc.c 2008-09-30 07:09:09.000000000 -0500
+++ linux-2.6/mm/cpu_alloc.c 2008-09-30 07:10:20.000000000 -0500
@@ -27,8 +27,6 @@
#define UNIT_TYPE int
#define UNIT_SIZE sizeof(UNIT_TYPE)

-int units; /* Actual available units */
-
/*
* How many units are needed for an object of a given size
*/
--
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/