summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-07-15 23:15:31 +0000
committercognet <cognet@FreeBSD.org>2006-07-15 23:15:31 +0000
commit8b02dff4676c9a5ec6c7c80a342d8e9e4e7a1198 (patch)
treeac07923d2d757b0f7714bf4dfabb97d767f8156d /sys/arm
parentf4ecac7c4e7f0b48804ef817b8f78b9782976a22 (diff)
downloadFreeBSD-src-8b02dff4676c9a5ec6c7c80a342d8e9e4e7a1198.zip
FreeBSD-src-8b02dff4676c9a5ec6c7c80a342d8e9e4e7a1198.tar.gz
Oops bring back code that shouldn't have been removed by the previous
commit.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/vm_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c
index 3bdf45d..72766d4 100644
--- a/sys/arm/arm/vm_machdep.c
+++ b/sys/arm/arm/vm_machdep.c
@@ -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++) {
OpenPOWER on IntegriCloud