summaryrefslogtreecommitdiff
path: root/sys/dev/tprof
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2019-10-11 18:04:52 +0000
committerjmcneill <jmcneill@NetBSD.org>2019-10-11 18:04:52 +0000
commit9b7664d3cddf4dc3a236ee7c642ca57714a4f509 (patch)
treee8e8b4eada0fe64ecd2a0ba9e5ce0205afe228bc /sys/dev/tprof
parent237571418796afe3741efed566aaa6ebe192494f (diff)
Match Family 15h
Diffstat (limited to 'sys/dev/tprof')
-rw-r--r--sys/dev/tprof/tprof_x86_amd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/tprof/tprof_x86_amd.c b/sys/dev/tprof/tprof_x86_amd.c
index 4264729abf6..4824eb9090b 100644
--- a/sys/dev/tprof/tprof_x86_amd.c
+++ b/sys/dev/tprof/tprof_x86_amd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tprof_x86_amd.c,v 1.4 2019/06/14 11:50:35 msaitoh Exp $ */
+/* $NetBSD: tprof_x86_amd.c,v 1.5 2019/10/11 18:04:52 jmcneill Exp $ */
/*
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tprof_x86_amd.c,v 1.4 2019/06/14 11:50:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tprof_x86_amd.c,v 1.5 2019/10/11 18:04:52 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -205,6 +205,7 @@ tprof_amd_ident(void)
switch (CPUID_TO_FAMILY(ci->ci_signature)) {
case 0x10:
+ case 0x15:
case 0x17:
return TPROF_IDENT_AMD_GENERIC;
}