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 Improve a comment
details: https://anonhg.NetBSD.org/src/rev/32564488fee4
branches: trunk
changeset: 949394:32564488fee4
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jan 11 21:58:31 2021 +0000
description:
Improve a comment
diffstat:
sys/arch/aarch64/aarch64/cpu.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 090fe722a7a6 -r 32564488fee4 sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c Mon Jan 11 21:51:20 2021 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c Mon Jan 11 21:58:31 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.57 2020/12/11 18:03:33 skrll Exp $ */
+/* $NetBSD: cpu.c,v 1.58 2021/01/11 21:58:31 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.57 2020/12/11 18:03:33 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.58 2021/01/11 21:58:31 skrll Exp $");
#include "locators.h"
#include "opt_arm_debug.h"
@@ -86,8 +86,8 @@
#endif /* MULTIPROCESSOR */
/*
- * Our exported CPU info;
- * these will be refered from secondary cpus in the middle of hatching.
+ * Our exported cpu_info structs; these will be first used by the
+ * secondary cpus as part of cpu_mpstart and the hatching process.
*/
struct cpu_info cpu_info_store[NCPUINFO] = {
[0] = {
Home |
Main Index |
Thread Index |
Old Index