>>> On 31.05.19 at 12:55, <julien.gr...@arm.com> 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.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to