]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/radix-tree.c
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
[linux-2.6-omap-h63xx.git] / lib / radix-tree.c
index e2cefabb5aa0de2c4938e63f56e7bc456069425c..d69ddbe438655be6b65672d2c7366371baadfd85 100644 (file)
@@ -996,7 +996,6 @@ static __init void radix_tree_init_maxindex(void)
                height_to_maxindex[i] = __maxindex(i);
 }
 
-#ifdef CONFIG_HOTPLUG_CPU
 static int radix_tree_callback(struct notifier_block *nfb,
                             unsigned long action,
                             void *hcpu)
@@ -1016,7 +1015,6 @@ static int radix_tree_callback(struct notifier_block *nfb,
        }
        return NOTIFY_OK;
 }
-#endif /* CONFIG_HOTPLUG_CPU */
 
 void __init radix_tree_init(void)
 {