git: 5fcb5ae8dcb2 - main - Remove a stale comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 01:20:28 UTC
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