mm: remove vmalloc_sync_(un)mappings()
[linux-2.6-microblaze.git] / kernel / notifier.c
index 5989bbb..84c987d 100644 (file)
@@ -519,7 +519,6 @@ NOKPROBE_SYMBOL(notify_die);
 
 int register_die_notifier(struct notifier_block *nb)
 {
-       vmalloc_sync_mappings();
        return atomic_notifier_chain_register(&die_chain, nb);
 }
 EXPORT_SYMBOL_GPL(register_die_notifier);