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/4bd114c953bf
branches:  trunk
changeset: 836334:4bd114c953bf
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 0e21a56f3eed -r 4bd114c953bf 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