summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2018-06-28 21:19:45 +0000
committerkettenis <kettenis@openbsd.org>2018-06-28 21:19:45 +0000
commit19666448fd38b8693cecd4ee543e4ab64f810c92 (patch)
treeaa61e81b65c10af4a3604522d2079a141267632a
parentfix tag external representation, avoids weird space at end of plist (diff)
downloadwireguard-openbsd-19666448fd38b8693cecd4ee543e4ab64f810c92.tar.xz
wireguard-openbsd-19666448fd38b8693cecd4ee543e4ab64f810c92.zip
Add ci_acpi_proc_id member to struct cpu_info; needed by acpi(4).
ok patrick@, drahn@
-rw-r--r--sys/arch/arm64/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/include/cpu.h b/sys/arch/arm64/include/cpu.h
index e2b177b0a7a..cbfccc231d3 100644
--- a/sys/arch/arm64/include/cpu.h
+++ b/sys/arch/arm64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.7 2018/01/30 15:46:12 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.8 2018/06/28 21:19:45 kettenis Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
*
@@ -83,6 +83,7 @@ struct cpu_info {
u_int32_t ci_cpuid;
uint64_t ci_mpidr;
+ u_int ci_acpi_proc_id;
int ci_node;
struct cpu_info *ci_self;