Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/include Annotate some cpu_info members
details: https://anonhg.NetBSD.org/src/rev/6daf3996d6ff
branches: trunk
changeset: 990611:6daf3996d6ff
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 31 08:21:24 2021 +0000
description:
Annotate some cpu_info members
diffstat:
sys/arch/aarch64/include/cpu.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 66d00d44cd77 -r 6daf3996d6ff sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h Sun Oct 31 08:19:29 2021 +0000
+++ b/sys/arch/aarch64/include/cpu.h Sun Oct 31 08:21:24 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.41 2021/10/26 06:02:00 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.42 2021/10/31 08:21:24 skrll Exp $ */
/*-
* Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -134,8 +134,10 @@
/* ACPI */
uint32_t ci_acpiid; /* ACPI Processor Unique ID */
+ /* sysctl(9) exposed system registers */
struct aarch64_sysctl_cpu_id ci_id;
+ /* cache information and function pointers */
struct aarch64_cache_info *ci_cacheinfo;
struct aarch64_cpufuncs ci_cpufuncs;
Home |
Main Index |
Thread Index |
Old Index