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 ACPI Processor UID is 32-bits (ci_a...
details: https://anonhg.NetBSD.org/src/rev/b0f0da72e5ae
branches: trunk
changeset: 957702:b0f0da72e5ae
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Dec 07 10:56:12 2020 +0000
description:
ACPI Processor UID is 32-bits (ci_acpiid).
diffstat:
sys/arch/aarch64/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 31e6111a4a2a -r b0f0da72e5ae sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h Mon Dec 07 10:36:19 2020 +0000
+++ b/sys/arch/aarch64/include/cpu.h Mon Dec 07 10:56:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.29 2020/11/21 11:43:59 jmcneill Exp $ */
+/* $NetBSD: cpu.h,v 1.30 2020/12/07 10:56:12 jmcneill Exp $ */
/*-
* Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -122,7 +122,7 @@
uint64_t ci_gic_sgir; /* GICv3 SGIR target */
/* ACPI */
- uint64_t ci_acpiid; /* ACPI Processor Unique ID */
+ uint32_t ci_acpiid; /* ACPI Processor Unique ID */
struct aarch64_sysctl_cpu_id ci_id;
Home |
Main Index |
Thread Index |
Old Index