Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 15:05:06 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2db6ffac2497 - stable/14 - arm64: Adjust the indentation of CPTR_EL2 values
Message-ID:  <202410211505.49LF56bk046756@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=2db6ffac249731a6ffc10cbf4072d850d5d7e274

commit 2db6ffac249731a6ffc10cbf4072d850d5d7e274
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-09-11 09:38:08 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-10-21 15:03:26 +0000

    arm64: Adjust the indentation of CPTR_EL2 values
    
    Reviewed by:    emaste
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D46513
    
    (cherry picked from commit 7a488d83b3af4d59946319b251a3a2060f18df40)
---
 sys/arm64/include/hypervisor.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys/arm64/include/hypervisor.h b/sys/arm64/include/hypervisor.h
index 49689347d399..602436d2a725 100644
--- a/sys/arm64/include/hypervisor.h
+++ b/sys/arm64/include/hypervisor.h
@@ -49,14 +49,14 @@
 
 /* CPTR_EL2 - Architecture feature trap register */
 /* Valid if HCR_EL2.E2H == 0 */
-#define	CPTR_RES0	0x7fefc800
-#define	CPTR_RES1	0x000033ff
-#define	CPTR_TFP	0x00000400
+#define	CPTR_RES0		0x7fefc800
+#define	CPTR_RES1		0x000033ff
+#define	CPTR_TFP		0x00000400
 /* Valid if HCR_EL2.E2H == 1 */
-#define	CPTR_FPEN	0x00300000
+#define	CPTR_FPEN		0x00300000
 /* Unconditionally valid */
-#define	CPTR_TTA	0x00100000
-#define	CPTR_TCPAC	0x80000000
+#define	CPTR_TTA		0x00100000
+#define	CPTR_TCPAC		0x80000000
 
 /* HCR_EL2 - Hypervisor Config Register */
 #define	HCR_VM				(UL(0x1) << 0)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410211505.49LF56bk046756>