Received: by mail.netbsd.org (Postfix, from userid 605) id 7BB8684E8E; Sun, 13 Feb 2022 19:07:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD2DA84E80 for ; Sun, 13 Feb 2022 19:07:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iTZ1WQbQYxOo for ; Sun, 13 Feb 2022 19:07:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 47B8484E60 for ; Sun, 13 Feb 2022 19:07:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 315E0FB24; Sun, 13 Feb 2022 19:07:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Feb 2022 19:07:38 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220213190738.315E0FB24@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Sun Feb 13 19:07:38 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: vmx(4): Omit needless membar_sync wrapper. Nothing uses this, and it is unlikely that any part of this driver will need store-before-load ordering to synchronize with the host. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.