Re: [kvm-ia64-devel] [02/17][PATCH] Implement smp_call_function_mask for ia64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Zhang, Xiantao wrote:
>  
> diff --git a/include/linux/smp.h b/include/linux/smp.h
> index 55232cc..b71820b 100644
> --- a/include/linux/smp.h
> +++ b/include/linux/smp.h
> @@ -56,6 +56,9 @@ int smp_call_function(void(*func)(void *info), void
> *info, int retry, int wait);
>  
>  int smp_call_function_single(int cpuid, void (*func) (void *info), void
> *info,
>  				int retry, int wait);
> +int smp_call_function_mask(cpumask_t mask,
> +			   void (*func)(void *), void *info,
> +			   int wait);
>  
>   

For all other archs, smp_call_function_mask() is declared in <asm/smp.h> 
so please define it there.  A separate patch can move the declarations 
to <linux/smp.h>, since it makes sense to have just one declaration (and 
the uniprocessor version is declared there anyway).


-- 
error compiling committee.c: too many arguments to function

_______________________________________________
Virtualization mailing list
Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/virtualization

[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux