fix cassert failure by adjusting padding

This commit is contained in:
Kip Macy 2007-06-12 21:19:12 +00:00
parent 9153727f2f
commit d84d0dfee6

View file

@ -74,7 +74,7 @@ struct pmap;
u_int pc_kwbuf_full; \
struct rwindow pc_tsbwbuf[2]; \
uint16_t pc_cpulist[MAXCPU]; \
uint64_t pad[10];
uint64_t pad[11];
/* 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