Re: [PATCH v4 1/4] arm64: alternatives: Split up alternative.h

2020-11-03 Thread Will Deacon
On Tue, Nov 03, 2020 at 12:40:18PM +, Mark Rutland wrote: > On Tue, Nov 03, 2020 at 12:17:18PM +, Will Deacon wrote: > > asm/alternative.h contains both the macros needed to use alternatives, > > as well the type definitions and function prototypes for applying them. > > > > Split the head

Re: [PATCH v4 1/4] arm64: alternatives: Split up alternative.h

2020-11-03 Thread Mark Rutland
On Tue, Nov 03, 2020 at 12:17:18PM +, Will Deacon wrote: > asm/alternative.h contains both the macros needed to use alternatives, > as well the type definitions and function prototypes for applying them. > > Split the header in two, so that alternatives can be used from core > header files suc

[PATCH v4 1/4] arm64: alternatives: Split up alternative.h

2020-11-03 Thread Will Deacon
asm/alternative.h contains both the macros needed to use alternatives, as well the type definitions and function prototypes for applying them. Split the header in two, so that alternatives can be used from core header files such as linux/compiler.h without the risk of circular includes Acked-by: