reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix)
This commit is contained in:
parent
3b05cb0c58
commit
d75ad4d16c
@ -74,7 +74,7 @@ struct pmap;
|
|||||||
u_int pc_kwbuf_full; \
|
u_int pc_kwbuf_full; \
|
||||||
struct rwindow pc_tsbwbuf[2]; \
|
struct rwindow pc_tsbwbuf[2]; \
|
||||||
uint16_t pc_cpulist[MAXCPU]; \
|
uint16_t pc_cpulist[MAXCPU]; \
|
||||||
uint64_t pad[11];
|
uint64_t pad[10];
|
||||||
|
|
||||||
/* XXX SUN4V_FIXME - as we access the *_ra and *_size fields in quick
|
/* 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
|
* succession we _really_ want them to be L1 cache line size aligned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user