Date: Thu, 4 May 2023 15:40:15 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3582acbad303 - main - amd64 mp_machdep.c: remove useless comment Message-ID: <202305041540.344FeFST060566@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3582acbad303bb69895457a8a7dae0f485efe8ea commit 3582acbad303bb69895457a8a7dae0f485efe8ea Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-05-04 06:24:03 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-05-04 15:39:22 +0000 amd64 mp_machdep.c: remove useless comment Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D39945 --- sys/amd64/amd64/mp_machdep.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 5fdde0bb887d..c6454485483d 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -313,10 +313,6 @@ amd64_mp_alloc_pcpu(void) } } -/******************************************************************* - * local functions and data - */ - /* * start each AP in our list */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305041540.344FeFST060566>