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 Add a missing newline
details: https://anonhg.NetBSD.org/src/rev/bc107d68f240
branches: trunk
changeset: 1005961:bc107d68f240
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Dec 27 15:36:02 2019 +0000
description:
Add a missing newline
diffstat:
sys/arch/aarch64/aarch64/cpu.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 85b57fb1020f -r bc107d68f240 sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c Fri Dec 27 13:24:52 2019 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c Fri Dec 27 15:36:02 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.28 2019/12/21 12:53:54 ad Exp $ */
+/* $NetBSD: cpu.c,v 1.29 2019/12/27 15:36:02 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.28 2019/12/21 12:53:54 ad Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.29 2019/12/27 15:36:02 skrll Exp $");
#include "locators.h"
#include "opt_arm_debug.h"
@@ -302,6 +302,7 @@
dfr0 = reg_id_aa64dfr0_el1_read();
+ aprint_debug_dev(self, "midr=0x%\n" PRIx32, (uint32_t)ci->ci_id.ac_midr);
aprint_normal_dev(self, "revID=0x%" PRIx64, id->ac_revidr);
/* ID_AA64DFR0_EL1 */
Home |
Main Index |
Thread Index |
Old Index