git: 3e9d135a785d - stable/13 - Drop an OBE MP safe comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 22:54:48 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3e9d135a785d3817f04cdac6fe58937be5df0349 commit 3e9d135a785d3817f04cdac6fe58937be5df0349 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-03-25 17:01:39 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-05-13 20:12:22 +0000 Drop an OBE MP safe comment. (cherry picked from commit a7eb8afe9a8b9ac3a61e819e3940ad16a84b63a0) --- sys/i386/include/in_cksum.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/i386/include/in_cksum.h b/sys/i386/include/in_cksum.h index 6b9c62942561..4f116b8b655c 100644 --- a/sys/i386/include/in_cksum.h +++ b/sys/i386/include/in_cksum.h @@ -41,10 +41,6 @@ #error this file needs sys/cdefs.h as a prerequisite #endif -/* - * MP safe (alfred) - */ - #include <sys/cdefs.h> #define in_cksum(m, len) in_cksum_skip(m, len, 0)