[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: cpu: change 'cpu_hotplug_[begin|done]' to inline function
On 5/31/19 19:30, Jan Beulich wrote: On 31.05.19 at 12:55, <julien.grall@xxxxxxx> wrote:On 5/31/19 3:46 AM, Baodong Chen wrote:--- a/xen/include/xen/cpu.h +++ b/xen/include/xen/cpu.h @@ -10,8 +10,8 @@ bool_t get_cpu_maps(void); void put_cpu_maps(void);/* Safely perform CPU hotplug and update cpu_online_map, etc. */-bool_t cpu_hotplug_begin(void); -void cpu_hotplug_done(void); +static inline bool_t cpu_hotplug_begin(void) { return get_cpu_maps(); } +static inline void cpu_hotplug_done(void) { put_cpu_maps(); }Plus please switch to bool at the same time. Yes, types like boot_t or u32 are getting rid of, so should Not be used. Will be fixed. Jan . _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |