Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/aarch64 restore accidentally-removed rcsid



details:   https://anonhg.NetBSD.org/src/rev/f42123fd136e
branches:  trunk
changeset: 447869:f42123fd136e
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 27 04:48:09 2019 +0000

description:
restore accidentally-removed rcsid

diffstat:

 sys/arch/aarch64/aarch64/idle_machdep.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1b2ffd88f1a9 -r f42123fd136e sys/arch/aarch64/aarch64/idle_machdep.S
--- a/sys/arch/aarch64/aarch64/idle_machdep.S   Sun Jan 27 04:33:29 2019 +0000
+++ b/sys/arch/aarch64/aarch64/idle_machdep.S   Sun Jan 27 04:48:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: idle_machdep.S,v 1.4 2019/01/27 02:08:36 pgoyette Exp $ */
+/* $NetBSD: idle_machdep.S,v 1.5 2019/01/27 04:48:09 dholland Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,6 +35,7 @@
 #include "opt_arm_intr_impl.h"
 #include "opt_ddb.h"
 
+RCSID("$NetBSD: idle_machdep.S,v 1.5 2019/01/27 04:48:09 dholland Exp $");
 
 #ifdef ARM_INTR_IMPL
 #include ARM_INTR_IMPL



Home | Main Index | Thread Index | Old Index