Re: [Xen-devel] [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure

2018-01-31 Thread Konrad Rzeszutek Wilk
On Tue, Jan 30, 2018 at 11:31:27AM +, Andrew Cooper wrote: > On 30/01/18 11:29, Julien Grall wrote: > > Hi Andrew, > > > > Thank you for doing the clean-up. > > > > On 30/01/18 11:16, Andrew Cooper wrote: > >> ARM now unconditionally selects HAS_ALTERNATIVE, which has caused the > >> !HAS_ALTER

Re: [Xen-devel] [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure

2018-01-31 Thread Julien Grall
Hi, On 30/01/18 11:31, Andrew Cooper wrote: On 30/01/18 11:29, Julien Grall wrote: Hi Andrew, Thank you for doing the clean-up. On 30/01/18 11:16, Andrew Cooper wrote: ARM now unconditionally selects HAS_ALTERNATIVE, which has caused the !HAS_ALTERNATIVE code in include/asm-arm/alternative.h

Re: [Xen-devel] [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure

2018-01-30 Thread Andrew Cooper
On 30/01/18 11:29, Julien Grall wrote: > Hi Andrew, > > Thank you for doing the clean-up. > > On 30/01/18 11:16, Andrew Cooper wrote: >> ARM now unconditionally selects HAS_ALTERNATIVE, which has caused the >> !HAS_ALTERNATIVE code in include/asm-arm/alternative.h to bitrot to >> the point >> of fa

Re: [Xen-devel] [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure

2018-01-30 Thread Julien Grall
Hi Andrew, Thank you for doing the clean-up. On 30/01/18 11:16, Andrew Cooper wrote: ARM now unconditionally selects HAS_ALTERNATIVE, which has caused the !HAS_ALTERNATIVE code in include/asm-arm/alternative.h to bitrot to the point of failing to compile. Expand all the CONFIG_HAS_ALTERNATIVE

[Xen-devel] [PATCH 0.5/5] arm/alternatives: Drop the !HAS_ALTERNATIVE infrastructure

2018-01-30 Thread Andrew Cooper
ARM now unconditionally selects HAS_ALTERNATIVE, which has caused the !HAS_ALTERNATIVE code in include/asm-arm/alternative.h to bitrot to the point of failing to compile. Expand all the CONFIG_HAS_ALTERNATIVE references in ARM code. Signed-off-by: Andrew Cooper --- CC: Stefano Stabellini CC: Ju