]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/notifier.c
Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drm
[mirror_ubuntu-jammy-kernel.git] / kernel / notifier.c
index 5989bbb93039e61da64a4b260c10b86f4e7349fd..84c987dfbe0360a406d79a0036c1d82dc35f5d53 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);