mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops bring back code that shouldn't have been removed by the previous
commit.
This commit is contained in:
parent
ac6eccb3ec
commit
dcbed85b6e
1 changed files with 2 additions and 0 deletions
|
|
@ -553,6 +553,8 @@ retry:
|
|||
SECTION_PT : SECTION_CACHE);
|
||||
mtx_lock(&smallalloc_mtx);
|
||||
in_alloc = NULL;
|
||||
if (in_sleep > 0)
|
||||
should_wakeup = 1;
|
||||
if (sp) {
|
||||
for (int i = 0; i < (0x100000 / PAGE_SIZE) - 1;
|
||||
i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue