git: a7eb8afe9a8b - main - Drop an OBE MP safe comment.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 17:02:04 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=a7eb8afe9a8b9ac3a61e819e3940ad16a84b63a0

commit a7eb8afe9a8b9ac3a61e819e3940ad16a84b63a0
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-03-25 17:01:39 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-03-25 17:01:39 +0000

    Drop an OBE MP safe comment.
---
 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)