Re: [PATCHv2 2/3] arm64: cpufeature: reorder cpus_have_{const,final}_cap()

2020-10-30 Thread Mark Rutland
On Fri, Oct 30, 2020 at 08:20:14AM +, Will Deacon wrote: > On Fri, Oct 30, 2020 at 08:18:48AM +, Will Deacon wrote: > > On Mon, Oct 26, 2020 at 01:49:30PM +, Mark Rutland wrote: > > > In a subsequent patch we'll modify cpus_have_const_cap() to call > > > cpus_have_final_cap(), and hence

Re: [PATCHv2 2/3] arm64: cpufeature: reorder cpus_have_{const,final}_cap()

2020-10-30 Thread Will Deacon
On Fri, Oct 30, 2020 at 08:18:48AM +, Will Deacon wrote: > On Mon, Oct 26, 2020 at 01:49:30PM +, Mark Rutland wrote: > > In a subsequent patch we'll modify cpus_have_const_cap() to call > > cpus_have_final_cap(), and hence we need to define cpus_have_final_cap() > > first. > > > > To make

Re: [PATCHv2 2/3] arm64: cpufeature: reorder cpus_have_{const,final}_cap()

2020-10-30 Thread Will Deacon
On Mon, Oct 26, 2020 at 01:49:30PM +, Mark Rutland wrote: > In a subsequent patch we'll modify cpus_have_const_cap() to call > cpus_have_final_cap(), and hence we need to define cpus_have_final_cap() > first. > > To make subsequent changes easier to follow, this patch reorders the two > withou

[PATCHv2 2/3] arm64: cpufeature: reorder cpus_have_{const, final}_cap()

2020-10-26 Thread Mark Rutland
In a subsequent patch we'll modify cpus_have_const_cap() to call cpus_have_final_cap(), and hence we need to define cpus_have_final_cap() first. To make subsequent changes easier to follow, this patch reorders the two without making any other changes. There should be no functional change as a res