Date: Sat, 29 Nov 2025 06:11:52 +0000 From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Minsoo Choo <minsoochoo0122@proton.me> Subject: git: 3387a1bdbae6 - main - sys: update comment for removal of armv6 Message-ID: <692a8ea8.21f9d.470ac0c9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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) {help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692a8ea8.21f9d.470ac0c9>
