All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Mark Brown <broonie@kernel.org>
Subject: [PATCH v1 10/17] arm64/sysreg: Remove defines for RPRES enumeration
Date: Mon,  6 Jun 2022 21:12:47 +0100	[thread overview]
Message-ID: <20220606201254.104659-11-broonie@kernel.org> (raw)
In-Reply-To: <20220606201254.104659-1-broonie@kernel.org>

We have defines for the RPRES enumeration in ID_AA64ISAR2 which do not
follow our normal conventions. Since these defines are never used just
remove them. No functional changes.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm64/include/asm/sysreg.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h
index fa495a9afd99..6de8458f3d60 100644
--- a/arch/arm64/include/asm/sysreg.h
+++ b/arch/arm64/include/asm/sysreg.h
@@ -744,8 +744,6 @@
 #define ID_AA64ISAR2_RPRES_SHIFT	4
 #define ID_AA64ISAR2_WFxT_SHIFT		0
 
-#define ID_AA64ISAR2_RPRES_8BIT		0x0
-#define ID_AA64ISAR2_RPRES_12BIT	0x1
 /*
  * Value 0x1 has been removed from the architecture, and is
  * reserved, but has not yet been removed from the ARM ARM
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-06-06 20:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-06 20:12 [PATCH v1 00/17] arm64/sysreg: More system register generation Mark Brown
2022-06-06 20:12 ` [PATCH v1 01/17] arm64/cpuinfo: Decode AIVIVT L1 cache policy Mark Brown
2022-06-07 10:17   ` Mark Rutland
2022-06-07 10:56     ` Mark Brown
2022-06-06 20:12 ` [PATCH v1 02/17] arm64/sysreg: Add LINKER_SCRIPT guards for sysreg.h Mark Brown
2022-06-06 20:12 ` [PATCH v1 03/17] arm64/sysreg: Add SYS_FIELD_GET() helper Mark Brown
2022-06-07 10:18   ` Mark Rutland
2022-06-06 20:12 ` [PATCH v1 04/17] arm64/sysreg: Standardise naming for CTR_EL0 fields Mark Brown
2022-06-06 20:12 ` [PATCH v1 05/17] arm64/sysreg: Standardise naming for DCZID_EL0 field names Mark Brown
2022-06-06 20:12 ` [PATCH v1 06/17] arm64/mte: Standardise GMID field name definitions Mark Brown
2022-06-06 20:12 ` [PATCH v1 07/17] arm64/sysreg: Align pointer auth enumeration defines with architecture Mark Brown
2022-06-06 20:12 ` [PATCH v1 08/17] arm64/sysreg: Make BHB clear feature defines match the architecture Mark Brown
2022-06-06 20:12 ` [PATCH v1 09/17] arm64/sysreg: Standardise naming for WFxT defines Mark Brown
2022-06-06 20:12 ` Mark Brown [this message]
2022-06-06 20:12 ` [PATCH v1 11/17] arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names Mark Brown
2022-06-06 20:12 ` [PATCH v1 12/17] arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 " Mark Brown
2022-06-06 20:12 ` [PATCH v1 13/17] arm64/sysreg: Generate defines for CTR_EL0 Mark Brown
2022-06-06 20:12 ` [PATCH v1 14/17] arm64/sysreg: Generate definitions for DCZID_EL0 Mark Brown
2022-06-06 20:12 ` [PATCH v1 15/17] arm64/sysreg: Generate definitions for GMID Mark Brown
2022-06-06 20:12 ` [PATCH v1 16/17] arm64/sysreg: Convert ID_AA64ISAR1_EL1 to automatic generation Mark Brown
2022-06-06 20:12 ` [PATCH v1 17/17] arm64/sysreg: Convert ID_AA64ISAR2_EL1 " Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220606201254.104659-11-broonie@kernel.org \
    --to=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.