From 01e80a064585c01ee510698fc20b43847c6cfe8e Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 11 Jan 2021 21:58:31 +0000 Subject: [PATCH] Improve a comment --- sys/arch/aarch64/aarch64/cpu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/aarch64/aarch64/cpu.c b/sys/arch/aarch64/aarch64/cpu.c index adfcabaa13c6..71ff0b4a7085 100644 --- a/sys/arch/aarch64/aarch64/cpu.c +++ b/sys/arch/aarch64/aarch64/cpu.c @@ -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 @@ -27,7 +27,7 @@ */ #include -__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 @@ static void cpu_setup_chacha(device_t, struct cpu_info *); #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] = {