summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2017-12-06 16:26:12 +0000
committerfcambus <fcambus@openbsd.org>2017-12-06 16:26:12 +0000
commit2731bc114438c27515564bec774164fe0f4139dd (patch)
treef27120da7f888b7883e974a52a05001d7aaefabd
parentImplement support for using interrupt cookies in vbus(4) and vpci(4) as (diff)
downloadwireguard-openbsd-2731bc114438c27515564bec774164fe0f4139dd.tar.xz
wireguard-openbsd-2731bc114438c27515564bec774164fe0f4139dd.zip
Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt.
-rw-r--r--sys/arch/amd64/include/specialreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/specialreg.h b/sys/arch/amd64/include/specialreg.h
index 40f5d2c7e1e..5f8da22c148 100644
--- a/sys/arch/amd64/include/specialreg.h
+++ b/sys/arch/amd64/include/specialreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: specialreg.h,v 1.61 2017/08/12 19:53:37 mlarkin Exp $ */
+/* $OpenBSD: specialreg.h,v 1.62 2017/12/06 16:26:12 fcambus Exp $ */
/* $NetBSD: specialreg.h,v 1.1 2003/04/26 18:39:48 fvdl Exp $ */
/* $NetBSD: x86/specialreg.h,v 1.2 2003/04/25 21:54:30 fvdl Exp $ */
@@ -831,7 +831,7 @@
#define K7_BP2_MATCH 0xde
#define K7_BP3_MATCH 0xdf
-/* VIA C3 crypto featureset: for i386_has_xcrypt */
+/* VIA C3 crypto featureset: for amd64_has_xcrypt */
#define C3_HAS_AES 1 /* cpu has AES */
#define C3_HAS_SHA 2 /* cpu has SHA1 & SHA256 */
#define C3_HAS_MM 4 /* cpu has RSA instructions */