aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2007-11-29 20:50:40 +0000
committerJohn Birrell <jb@FreeBSD.org>2007-11-29 20:50:40 +0000
commita9445e17cc989585f7b55542676290d1d68d5b1a (patch)
treefb13b18a010bf7407cfefd3c637a9d55febb2795 /sys/sun4v/include
parent600a2aebf21e36f15fcfc3e7a2e85062f7d09f2f (diff)
downloadsrc-a9445e17cc989585f7b55542676290d1d68d5b1a.tar.gz
src-a9445e17cc989585f7b55542676290d1d68d5b1a.zip
Adjust the padding to account for the change of size of the MI part
of struct pcpu.
Notes
Notes: svn path=/head/; revision=174090
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h
index 30572b8c78ae..beb0789becc0 100644
--- a/sys/sun4v/include/pcpu.h
+++ b/sys/sun4v/include/pcpu.h
@@ -74,7 +74,7 @@ struct pmap;
u_int pc_kwbuf_full; \
struct rwindow pc_tsbwbuf[2]; \
uint16_t pc_cpulist[MAXCPU]; \
- uint64_t pad[9];
+ uint64_t pad[4];
/* XXX SUN4V_FIXME - as we access the *_ra and *_size fields in quick
* succession we _really_ want them to be L1 cache line size aligned