summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/pcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/pcpu.h')
-rw-r--r--sys/alpha/include/pcpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/pcpu.h b/sys/alpha/include/pcpu.h
index 807f259..660839a 100644
--- a/sys/alpha/include/pcpu.h
+++ b/sys/alpha/include/pcpu.h
@@ -34,6 +34,7 @@
#define PCPU_MD_FIELDS \
struct alpha_pcb pc_idlepcb; /* pcb for idling */ \
+ u_int64_t pc_pal_id; /* physical CPU ID */ \
u_int64_t pc_idlepcbphys; /* pa of pc_idlepcb */ \
u_int64_t pc_pending_ipis; /* pending IPI's */ \
u_int32_t pc_next_asn; /* next ASN to alloc */ \
OpenPOWER on IntegriCloud