Re: [Xen-devel] [PATCH for-next] xen/x86: Remove APIC_INTEGRATED() checks

2017-05-08 Thread Wei Liu
On Mon, May 08, 2017 at 01:40:36PM +0100, Andrew Cooper wrote: > All 64bit processors have integrated APICs. Xen has no need to attempt to > cope with external APICs. > > Signed-off-by: Andrew Cooper Reviewed-by: Wei Liu ___ Xen-devel mailing list X

Re: [Xen-devel] [PATCH for-next] xen/x86: Remove APIC_INTEGRATED() checks

2017-05-08 Thread Jan Beulich
>>> On 08.05.17 at 14:40, wrote: > All 64bit processors have integrated APICs. Xen has no need to attempt to > cope with external APICs. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org

[Xen-devel] [PATCH for-next] xen/x86: Remove APIC_INTEGRATED() checks

2017-05-08 Thread Andrew Cooper
All 64bit processors have integrated APICs. Xen has no need to attempt to cope with external APICs. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/apic.c | 9 +++-- xen/arch/x86/smpboot.c| 6 +- xen/include/asm-x86/apicdef.h | 1 - 3 files changed,