diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2020-11-04 23:29:27 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2020-11-04 23:29:27 +0000 |
| commit | 01db2f5461b88da81cf269639a91411a960da9cc (patch) | |
| tree | 275450e6e5c73bcf387cd9c67b31a885023c1e38 /sys/mips | |
| parent | 8da6fc4d793edb5f62e91d46cc4e85027ff83e61 (diff) | |
Notes
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/mips/octeon_cop2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/octeon_cop2.c b/sys/mips/mips/octeon_cop2.c index ab7308cf06d8c..4d76643c618a9 100644 --- a/sys/mips/mips/octeon_cop2.c +++ b/sys/mips/mips/octeon_cop2.c @@ -46,7 +46,7 @@ octeon_cop2_init(void* dummy) printf("Create COP2 context zone\n"); ctxzone = uma_zcreate("COP2 context", sizeof(struct octeon_cop2_state), - NULL, NULL, NULL, NULL, 8, 0); + NULL, NULL, NULL, NULL, UMA_ALIGN_LONG, 0); } struct octeon_cop2_state * |
