git: a6d08183731b - stable/13 - Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Nov 2023 00:40:49 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a6d08183731b28d1e9c898a0bc8708136776b250 commit a6d08183731b28d1e9c898a0bc8708136776b250 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-11-04 16:48:25 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-11-11 00:40:26 +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 3668d2a3c444..1c580e2b0de3 100644 --- a/sys/arm64/arm64/elf32_machdep.c +++ b/sys/arm64/arm64/elf32_machdep.c @@ -61,7 +61,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