mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
re-enable tte hash resize, corruption was caused by a missing htole32 in mpt_cam.c
This commit is contained in:
parent
a799d1cd22
commit
a60e5bb6eb
1 changed files with 0 additions and 2 deletions
|
|
@ -615,8 +615,6 @@ tte_hash_update(tte_hash_t th, vm_offset_t va, tte_t tte_data)
|
|||
int
|
||||
tte_hash_needs_resize(tte_hash_t th)
|
||||
{
|
||||
return (0); /* XXX disabel resize for the moment */
|
||||
|
||||
return ((th->th_entries > (1 << (th->th_shift + PAGE_SHIFT - TTE_SHIFT + 1)))
|
||||
&& (th != &kernel_tte_hash));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue