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 Add ACPI Processor Unique ID (ci_ac...
details: https://anonhg.NetBSD.org/src/rev/efca2e1f9f90
branches: trunk
changeset: 433923:efca2e1f9f90
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Oct 12 21:41:34 2018 +0000
description:
Add ACPI Processor Unique ID (ci_acpiid) to struct cpu_info, required by
ACPI subsystem.
diffstat:
sys/arch/aarch64/include/cpu.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ead7dbcfe8f9 -r efca2e1f9f90 sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h Fri Oct 12 21:38:10 2018 +0000
+++ b/sys/arch/aarch64/include/cpu.h Fri Oct 12 21:41:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.8 2018/09/10 11:05:12 ryo Exp $ */
+/* $NetBSD: cpu.h,v 1.9 2018/10/12 21:41:34 jmcneill Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -85,6 +85,9 @@
u_int ci_gic_redist; /* GICv3 redistributor index */
uint64_t ci_gic_sgir; /* GICv3 SGIR target */
+ /* ACPI */
+ uint64_t ci_acpiid; /* ACPI Processor Unique ID */
+
uint64_t ci_midr; /* MIDR_EL1 */
uint64_t ci_mpidr; /* MPIDR_EL1 */
Home |
Main Index |
Thread Index |
Old Index