On Tue, Aug 17, 2021 at 09:11:28AM +0100, Fuad Tabba wrote: > Add feature register flag definitions to clarify which features > might be supported. > > Consolidate the various ID_AA64PFR0_ELx flags for all ELs. > > No functional change intended. > > Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> > --- > arch/arm64/include/asm/cpufeature.h | 4 ++-- > arch/arm64/include/asm/sysreg.h | 12 ++++++++---- > arch/arm64/kernel/cpufeature.c | 8 ++++---- > 3 files changed, 14 insertions(+), 10 deletions(-) Thanks, looks better now: Acked-by: Will Deacon <will@xxxxxxxxxx> Will