Module Name: src
Committed By: msaitoh
Date: Fri Jul 7 04:37:03 UTC 2023
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
Modify comment. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/tprof/arch/tprof_x86.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/tprof/arch/tprof_x86.c
diff -u src/usr.sbin/tprof/arch/tprof_x86.c:1.17 src/usr.sbin/tprof/arch/tprof_x86.c:1.18
--- src/usr.sbin/tprof/arch/tprof_x86.c:1.17 Wed Apr 12 02:15:51 2023
+++ src/usr.sbin/tprof/arch/tprof_x86.c Fri Jul 7 04:37:03 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: tprof_x86.c,v 1.17 2023/04/12 02:15:51 msaitoh Exp $ */
+/* $NetBSD: tprof_x86.c,v 1.18 2023/07/07 04:37:03 msaitoh Exp $ */
/*
* Copyright (c) 2018-2019 The NetBSD Foundation, Inc.
@@ -570,10 +570,10 @@ init_intel_generic(void)
break;
case 0x4e: /* Skylake */
case 0x5e: /* Skylake */
- case 0x8e: /* Kabylake */
- case 0x9e: /* Kabylake */
- case 0xa5: /* Cometlake */
- case 0xa6: /* Cometlake */
+ case 0x8e: /* Kaby Lake */
+ case 0x9e: /* Kaby Lake */
+ case 0xa5: /* Comet Lake */
+ case 0xa6: /* Comet Lake */
table->next = init_intel_skylake_kabylake();
break;
}