X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2Fcpumask.c;h=3a67dc5ada7d5b2655ae461890519e995d50d7c9;hb=d68798374bcf5cd4a19105b86d96121651b3c8cb;hp=7a2a73f88d594dc73282c24e3d0304a602a10a25;hpb=7ff3e52cf2947ebd38c84159af68e5a29d228f6c;p=powerpc.git 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