summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/machcpuvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/sys/machcpuvar.h')
-rw-r--r--usr/src/uts/sun4v/sys/machcpuvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/sys/machcpuvar.h b/usr/src/uts/sun4v/sys/machcpuvar.h
index a88f48a076..2ed0b9dddc 100644
--- a/usr/src/uts/sun4v/sys/machcpuvar.h
+++ b/usr/src/uts/sun4v/sys/machcpuvar.h
@@ -193,7 +193,7 @@ struct cpu_node {
char name[MAXSYSNAME];
char fru_fmri[sizeof (CPU_FRU_FMRI) + UNUM_NAMLEN];
int cpuid;
- dnode_t nodeid;
+ pnode_t nodeid;
uint64_t clock_freq;
uint_t tick_nsec_scale;
union {