Re: [PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Zhenzhong Duan
On 2013-04-10 03:20, Konrad Rzeszutek Wilk wrote: On Tue, Apr 09, 2013 at 06:51:09PM +0800, Zhenzhong Duan wrote: xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector. Ouch. But it looks as the only user of the .send_IPI_mask_allbutself is just

Re: [PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Konrad Rzeszutek Wilk
On Tue, Apr 09, 2013 at 06:51:09PM +0800, Zhenzhong Duan wrote: > xen_send_IPI_mask_allbutself uses native vector as input other than > xen_vector. Ouch. But it looks as the only user of the .send_IPI_mask_allbutself is just xen_send_IPI_allbutself? Or is there another user of this? Is there a

[PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Zhenzhong Duan
xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector. xen_send_IPI_one need to be called to pass xen_vector in xen_send_IPI_mask_allbutself. Signed-off-by: Zhenzhong Duan --- arch/x86/xen/smp.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-)

[PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Zhenzhong Duan
xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector. xen_send_IPI_one need to be called to pass xen_vector in xen_send_IPI_mask_allbutself. Signed-off-by: Zhenzhong Duan zhenzhong.d...@oracle.com --- arch/x86/xen/smp.c | 11 ++- 1 files changed, 6

Re: [PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Konrad Rzeszutek Wilk
On Tue, Apr 09, 2013 at 06:51:09PM +0800, Zhenzhong Duan wrote: xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector. Ouch. But it looks as the only user of the .send_IPI_mask_allbutself is just xen_send_IPI_allbutself? Or is there another user of this? Is there a

Re: [PATCH] xen: minor fix in apic ipi interface func

2013-04-09 Thread Zhenzhong Duan
On 2013-04-10 03:20, Konrad Rzeszutek Wilk wrote: On Tue, Apr 09, 2013 at 06:51:09PM +0800, Zhenzhong Duan wrote: xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector. Ouch. But it looks as the only user of the .send_IPI_mask_allbutself is just