Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 19:09:46 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 156414adaf9d - stable/13 - arm64: eliminate a duplicated #define
Message-ID:  <202108311909.17VJ9kuc074223@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=156414adaf9d591b93097db68ed078e3fd1b49af

commit 156414adaf9d591b93097db68ed078e3fd1b49af
Author:     Alan Cox <alc@FreeBSD.org>
AuthorDate: 2021-06-27 06:40:23 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-08-31 19:09:23 +0000

    arm64: eliminate a duplicated #define
    
    (cherry picked from commit 19c288b3a6640742ab45200031661fe5be710d7f)
---
 sys/arm64/include/pte.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/arm64/include/pte.h b/sys/arm64/include/pte.h
index 16a72be65fd0..5d4412d2c141 100644
--- a/sys/arm64/include/pte.h
+++ b/sys/arm64/include/pte.h
@@ -131,7 +131,6 @@ typedef	uint64_t	pt_entry_t;		/* page table entry */
 #define	L3_SHIFT	12
 #define	L3_SIZE 	(1 << L3_SHIFT)
 #define	L3_OFFSET 	(L3_SIZE - 1)
-#define	L3_SHIFT	12
 #define	L3_INVAL	0x0
 	/* 0x1 is reserved */
 	/* 0x2 also marks an invalid address */



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