Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Add missing NetBSD RCS Id.
details: https://anonhg.NetBSD.org/src/rev/68c936790c45
branches: trunk
changeset: 935829:68c936790c45
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jul 10 06:15:23 2020 +0000
description:
Add missing NetBSD RCS Id.
diffstat:
sys/arch/x86/x86/identcpu_subr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 26053c69ef36 -r 68c936790c45 sys/arch/x86/x86/identcpu_subr.c
--- a/sys/arch/x86/x86/identcpu_subr.c Fri Jul 10 02:27:13 2020 +0000
+++ b/sys/arch/x86/x86/identcpu_subr.c Fri Jul 10 06:15:23 2020 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: identcpu_subr.c,v 1.7 2020/07/10 06:15:23 msaitoh Exp $ */
+
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -33,7 +35,7 @@
* See src/usr.sbin/cpuctl/{Makefile, arch/i386.c}).
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: identcpu_subr.c,v 1.6 2020/06/09 05:07:13 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: identcpu_subr.c,v 1.7 2020/07/10 06:15:23 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "lapic.h"
Home |
Main Index |
Thread Index |
Old Index