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 style. NFCI.
details: https://anonhg.NetBSD.org/src/rev/9267812dd7a6
branches: trunk
changeset: 1024626:9267812dd7a6
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 30 09:42:27 2021 +0000
description:
style. NFCI.
diffstat:
sys/arch/aarch64/aarch64/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a0128d926cc0 -r 9267812dd7a6 sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c Sat Oct 30 09:42:01 2021 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c Sat Oct 30 09:42:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.64 2021/10/17 07:26:20 skrll Exp $ */
+/* $NetBSD: cpu.c,v 1.65 2021/10/30 09:42:27 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.64 2021/10/17 07:26:20 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.65 2021/10/30 09:42:27 skrll Exp $");
#include "locators.h"
#include "opt_arm_debug.h"
@@ -148,7 +148,7 @@
ci->ci_kfpu_spl = -1;
arm_cpu_do_topology(ci);
- cpu_identify(ci->ci_dev, ci);
+ cpu_identify(dv, ci);
#ifdef MULTIPROCESSOR
if (unit != 0) {
Home |
Main Index |
Thread Index |
Old Index