git: 3387a1bdbae6 - main - sys: update comment for removal of armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 06:11:52 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=3387a1bdbae6785306209cdbe0412dcc3d38c141
commit 3387a1bdbae6785306209cdbe0412dcc3d38c141
Author: Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2025-11-29 00:35:45 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-11-29 04:56:37 +0000
sys: update comment for removal of armv6
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
---
sys/arm/arm/machdep_boot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c
index 8a6c63af3c92..9bb1f0ccae91 100644
--- a/sys/arm/arm/machdep_boot.c
+++ b/sys/arm/arm/machdep_boot.c
@@ -165,7 +165,7 @@ cmdline_set_env(char *cmdline, const char *guard)
}
/*
- * Called for armv6 and newer.
+ * Called for armv7 and newer.
*/
void arm_parse_fdt_bootargs(void)
{