Module Name: src
Committed By: dholland
Date: Sun Jan 27 04:48:09 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: idle_machdep.S
Log Message:
restore accidentally-removed rcsid
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/aarch64/idle_machdep.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/aarch64/idle_machdep.S
diff -u src/sys/arch/aarch64/aarch64/idle_machdep.S:1.4 src/sys/arch/aarch64/aarch64/idle_machdep.S:1.5
--- src/sys/arch/aarch64/aarch64/idle_machdep.S:1.4 Sun Jan 27 02:08:36 2019
+++ src/sys/arch/aarch64/aarch64/idle_machdep.S Sun Jan 27 04:48:09 2019
@@ -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