summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-11-15 18:58:29 +0000
committernjl <njl@FreeBSD.org>2003-11-15 18:58:29 +0000
commit1f1358c8e0b607c2fdaf5da2deda6bbfb118ef8c (patch)
tree855bd7788b85fd9a5e6bfd56b190cddac1fb387d /sys/ia64/include
parent06ab707e796698baced2d1cb5ff031286e34e4cd (diff)
downloadFreeBSD-src-1f1358c8e0b607c2fdaf5da2deda6bbfb118ef8c.zip
FreeBSD-src-1f1358c8e0b607c2fdaf5da2deda6bbfb118ef8c.tar.gz
Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to
dereference the softc.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/pcpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/include/pcpu.h b/sys/ia64/include/pcpu.h
index 38475fb..12f36c8 100644
--- a/sys/ia64/include/pcpu.h
+++ b/sys/ia64/include/pcpu.h
@@ -38,7 +38,8 @@
uint64_t pc_lid; /* local CPU ID */ \
uint32_t pc_awake:1; /* CPU is awake? */ \
uint64_t pc_clock; /* Clock counter. */ \
- uint64_t pc_clockadj; /* Clock adjust. */
+ uint64_t pc_clockadj; /* Clock adjust. */ \
+ uint32_t pc_acpi_id; /* ACPI CPU id. */
struct pcpu;
OpenPOWER on IntegriCloud