mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.
This commit is contained in:
parent
c5d0332a4b
commit
5077aaca20
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct pmap;
|
|||
u_int pc_kwbuf_full; \
|
||||
struct rwindow pc_tsbwbuf[2]; \
|
||||
uint16_t pc_cpulist[MAXCPU]; \
|
||||
uint64_t pad[11];
|
||||
uint64_t pad[9];
|
||||
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue