X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcpumask.c;h=3a67dc5ada7d5b2655ae461890519e995d50d7c9;hb=9774f3384125912eb491ca77f77907324db3ed05;hp=7a2a73f88d594dc73282c24e3d0304a602a10a25;hpb=3e04767a4647ea6c61ed05abe803c052ce123960;p=linux-2.6 diff --git a/lib/cpumask.c b/lib/cpumask.c index 7a2a73f88d..3a67dc5ada 100644 --- a/lib/cpumask.c +++ b/lib/cpumask.c @@ -43,19 +43,3 @@ int __any_online_cpu(const cpumask_t *mask) return cpu; } EXPORT_SYMBOL(__any_online_cpu); - -#if MAX_NUMNODES > 1 -/* - * Find the highest possible node id. - */ -int highest_possible_node_id(void) -{ - unsigned int node; - unsigned int highest = 0; - - for_each_node_mask(node, node_possible_map) - highest = node; - return highest; -} -EXPORT_SYMBOL(highest_possible_node_id); -#endif