Improve a comment
This commit is contained in:
parent
8b0d288f4c
commit
01e80a0645
|
@ -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>
|
* Copyright (c) 2017 Ryo Shimizu <ryo@nerv.org>
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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 "locators.h"
|
||||||
#include "opt_arm_debug.h"
|
#include "opt_arm_debug.h"
|
||||||
|
@ -86,8 +86,8 @@ static void cpu_setup_chacha(device_t, struct cpu_info *);
|
||||||
#endif /* MULTIPROCESSOR */
|
#endif /* MULTIPROCESSOR */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Our exported CPU info;
|
* Our exported cpu_info structs; these will be first used by the
|
||||||
* these will be refered from secondary cpus in the middle of hatching.
|
* secondary cpus as part of cpu_mpstart and the hatching process.
|
||||||
*/
|
*/
|
||||||
struct cpu_info cpu_info_store[NCPUINFO] = {
|
struct cpu_info cpu_info_store[NCPUINFO] = {
|
||||||
[0] = {
|
[0] = {
|
||||||
|
|
Loading…
Reference in New Issue