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?


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to