Date: Wed, 26 Jan 2022 01:20:28 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5fcb5ae8dcb2 - main - Remove a stale comment. Message-ID: <202201260120.20Q1KSj9062178@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5fcb5ae8dcb296fd65430800a813bf1d7143d31f commit 5fcb5ae8dcb296fd65430800a813bf1d7143d31f Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-26 01:19:36 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-01-26 01:19:36 +0000 Remove a stale comment. The intr_disable as a macro was only a problem on arm and mips and is no longer relevant after the mips removal. --- sys/modules/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index af9357de1c7d..15f92f04da26 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -588,7 +588,6 @@ SUBDIR+= zfs _syscons= syscons .endif -# intr_disable() is a macro, causes problems .if ${MK_SOURCELESS_UCODE} != "no" _cxgb= cxgb .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201260120.20Q1KSj9062178>