|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] adjust the way cpumasks get passed around (v2)
On 25/05/2009 14:27, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:
> Rather than passing cpumasks by value in all cases (which is problematic
> for large NR_CPUS configurations), pass them 'by reference' (i.e.
> through a pointer to a const cpumask).
>
> On x86 this changes send_IPI_mask() to always only send IPIs to remote
> CPUs (meaning any caller needing to handle the current CPU as well has
> to do so on its own).
This doesn't apply. Can you refresh or try sending as an email attachment
(may as well do same for the dependent 'remove unused parameter of
on_selected_cpu' patch as well).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|