From 9b7664d3cddf4dc3a236ee7c642ca57714a4f509 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Fri, 11 Oct 2019 18:04:52 +0000 Subject: Match Family 15h --- sys/dev/tprof/tprof_x86_amd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -__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 #include @@ -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; } -- cgit