Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tprof Match Family 15h
details: https://anonhg.NetBSD.org/src/rev/159302804117
branches: trunk
changeset: 1004072:159302804117
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Oct 11 18:04:52 2019 +0000
description:
Match Family 15h
diffstat:
sys/dev/tprof/tprof_x86_amd.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 07a0c800c5e0 -r 159302804117 sys/dev/tprof/tprof_x86_amd.c
--- a/sys/dev/tprof/tprof_x86_amd.c Fri Oct 11 14:22:46 2019 +0000
+++ b/sys/dev/tprof/tprof_x86_amd.c Fri Oct 11 18:04:52 2019 +0000
@@ -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 @@
switch (CPUID_TO_FAMILY(ci->ci_signature)) {
case 0x10:
+ case 0x15:
case 0x17:
return TPROF_IDENT_AMD_GENERIC;
}
Home |
Main Index |
Thread Index |
Old Index