mips: fix kernel build after r357804
Drop the padding down the size of a single uintptr_t to account for pc_zpcpu_offset
This commit is contained in:
parent
9fcda2f48d
commit
1881ae23a3
@ -57,7 +57,7 @@
|
||||
vm_offset_t pc_cmap2_addr; /* KVA page for copy window 2 */ \
|
||||
vm_offset_t pc_qmap_addr; /* KVA page for temporary mappings */ \
|
||||
pt_entry_t *pc_qmap_ptep; /* PTE for temporary mapping KVA */ \
|
||||
char __pad[101]
|
||||
char __pad[97]
|
||||
#endif
|
||||
|
||||
#ifdef __mips_n64
|
||||
|
Loading…
Reference in New Issue
Block a user