git: e4fb49e867ae - stable/14 - Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Nov 2023 00:40:17 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e4fb49e867ae70412205d1aade0b76fae158b551 commit e4fb49e867ae70412205d1aade0b76fae158b551 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-11-04 16:48:25 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-11-10 12:15:46 +0000 Fix typo (cherry picked from commit d093fe94e10f88fb5f46108f28555584f2f90d08) --- sys/arm64/arm64/elf32_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/elf32_machdep.c b/sys/arm64/arm64/elf32_machdep.c index 733aaf40541a..26aa2cddfdb2 100644 --- a/sys/arm64/arm64/elf32_machdep.c +++ b/sys/arm64/arm64/elf32_machdep.c @@ -62,7 +62,7 @@ #define FREEBSD32_MAXUSER ((1ul << 32) - PAGE_SIZE) #define FREEBSD32_SHAREDPAGE (FREEBSD32_MAXUSER - PAGE_SIZE) #define FREEBSD32_USRSTACK FREEBSD32_SHAREDPAGE -#define AARCH32_MAXDSIZ (512 * 1024 *n1024) +#define AARCH32_MAXDSIZ (512 * 1024 * 1024) #define AARCH32_MAXSSIZ (64 * 1024 * 1024) #define AARCH32_MAXVMEM 0