Avi Kivity wrote:
> Zhang, Xiantao wrote:
>> Hi Avi,
>>    smp_call_function_mask  is introduced in latest commits, but not
>> defined in UP configuration. So, it will run into compile fail when
>> kernel is configured without smp support.  Please check and do the
>> fix :) 
>> 
> 
> I see it in my include/linux/smp.h:
> 
>> 
>> #define smp_call_function_mask(mask, func, info, wait) \
>>                         (up_smp_call_function(func, info))
>> 
>> #endif /* !SMP */
> 
> It's fairly new.  Are you sure you are using the latest code.
 
Seems it is fixed 3 hours ago. 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to