summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-12-31 06:22:33 +0000
committerjsg <jsg@openbsd.org>2020-12-31 06:22:33 +0000
commit73421cd189ba41e149271ed436041d0bea869698 (patch)
tree564ae9b2bbecd4d21a3ea3802d5fe75fc07a3301
parentpy3-scapy is now scapy (diff)
downloadwireguard-openbsd-73421cd189ba41e149271ed436041d0bea869698.tar.xz
wireguard-openbsd-73421cd189ba41e149271ed436041d0bea869698.zip
remove pv includes which were missed in rev 1.70
-rw-r--r--sys/arch/amd64/amd64/identcpu.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c
index 0a3d7dfea06..0ed9962bbfd 100644
--- a/sys/arch/amd64/amd64/identcpu.c
+++ b/sys/arch/amd64/amd64/identcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identcpu.c,v 1.117 2020/09/13 05:57:28 jsg Exp $ */
+/* $OpenBSD: identcpu.c,v 1.118 2020/12/31 06:22:33 jsg Exp $ */
/* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */
/*
@@ -65,11 +65,6 @@ int amd64_has_aesni;
int has_rdrand;
int has_rdseed;
-#include "pvbus.h"
-#if NPVBUS > 0
-#include <dev/pv/pvvar.h>
-#endif
-
const struct {
u_int32_t bit;
char str[12];