This is a sysreg block so close it with one. This doesn't make a
difference to the output because the script only matches on the
beginning of the word to close blocks which is correct by coincidence
here.
Signed-off-by: James Clark <james.clark@linaro.org>
---
arch/arm64/tools/sysreg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg
index 762ee084b37c..bbe7df69da9c 100644
--- a/arch/arm64/tools/sysreg
+++ b/arch/arm64/tools/sysreg
@@ -2074,7 +2074,7 @@ EndEnum
Res0 4:2
Field 1 ExTRE
Field 0 E0TRE
-EndSysregFields
+EndSysreg
Sysreg SMPRI_EL1 3 0 1 2 4
Res0 63:4
--
2.34.1
On Wed, Jan 15, 2025 at 04:25:55PM +0000, James Clark wrote: > This is a sysreg block so close it with one. This doesn't make a > difference to the output because the script only matches on the > beginning of the word to close blocks which is correct by coincidence > here. > > Signed-off-by: James Clark <james.clark@linaro.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Mark. > --- > arch/arm64/tools/sysreg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg > index 762ee084b37c..bbe7df69da9c 100644 > --- a/arch/arm64/tools/sysreg > +++ b/arch/arm64/tools/sysreg > @@ -2074,7 +2074,7 @@ EndEnum > Res0 4:2 > Field 1 ExTRE > Field 0 E0TRE > -EndSysregFields > +EndSysreg > > Sysreg SMPRI_EL1 3 0 1 2 4 > Res0 63:4 > -- > 2.34.1 >
On Wed, Jan 15, 2025 at 04:25:55PM +0000, James Clark wrote: > This is a sysreg block so close it with one. This doesn't make a > difference to the output because the script only matches on the > beginning of the word to close blocks which is correct by coincidence > here. > > Signed-off-by: James Clark <james.clark@linaro.org> > --- > arch/arm64/tools/sysreg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg > index 762ee084b37c..bbe7df69da9c 100644 > --- a/arch/arm64/tools/sysreg > +++ b/arch/arm64/tools/sysreg > @@ -2074,7 +2074,7 @@ EndEnum > Res0 4:2 > Field 1 ExTRE > Field 0 E0TRE > -EndSysregFields > +EndSysreg > > Sysreg SMPRI_EL1 3 0 1 2 4 > Res0 63:4 > -- > 2.34.1 Acked-by: Will Deacon <will@kernel.org> Will
On 1/15/25 21:55, James Clark wrote: > This is a sysreg block so close it with one. This doesn't make a > difference to the output because the script only matches on the > beginning of the word to close blocks which is correct by coincidence > here. > > Signed-off-by: James Clark <james.clark@linaro.org> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com> > --- > arch/arm64/tools/sysreg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg > index 762ee084b37c..bbe7df69da9c 100644 > --- a/arch/arm64/tools/sysreg > +++ b/arch/arm64/tools/sysreg > @@ -2074,7 +2074,7 @@ EndEnum > Res0 4:2 > Field 1 ExTRE > Field 0 E0TRE > -EndSysregFields > +EndSysreg > > Sysreg SMPRI_EL1 3 0 1 2 4 > Res0 63:4
© 2016 - 2025 Red Hat, Inc.