mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Change size of padding to reflect reality. No functional change.
Discussed with: kib
This commit is contained in:
parent
c5b86c3b76
commit
ea4fe1da62
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
uint32_t pc_pcid_gen; \
|
||||
uint32_t pc_smp_tlb_done; /* TLB op acknowledgement */ \
|
||||
uint32_t pc_ibpb_set; \
|
||||
char __pad[216] /* be divisor of PAGE_SIZE \
|
||||
char __pad[224] /* be divisor of PAGE_SIZE \
|
||||
after cache alignment */
|
||||
|
||||
#define PC_DBREG_CMD_NONE 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue