hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
kernel/include/linux/vmalloc.h
....@@ -244,6 +244,7 @@
244244
245245 int register_vmap_purge_notifier(struct notifier_block *nb);
246246 int unregister_vmap_purge_notifier(struct notifier_block *nb);
247
+void arch_advertise_page_mapping(unsigned long start, unsigned long end);
247248
248249 /* Allow disabling lazy TLB flushing */
249250 extern bool lazy_vunmap_enable;