> + > +void __ref remove_memory(int nid, u64 start, u64 size) Remove __ref, otherwise looks good:
Reviewed-by: Pavel Tatashin <[email protected]> > +{ > + lock_device_hotplug(); > + __remove_memory(nid, start, size); > + unlock_device_hotplug(); > +} > EXPORT_SYMBOL_GPL(remove_memory); > #endif /* CONFIG_MEMORY_HOTREMOVE */ > _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
