git: d093fe94e10f - main - Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Nov 2023 16:48:58 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=d093fe94e10f88fb5f46108f28555584f2f90d08
commit d093fe94e10f88fb5f46108f28555584f2f90d08
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-04 16:48:25 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-04 16:48:25 +0000
Fix typo
Fixes: 967022aa5aa60a18764a668ae0fb78e39e16fa8e
MFC after: 1 week
---
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