summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c
index e1368c30..9bffbe9a 100644
--- a/kern/sref.c
+++ b/kern/sref.c
@@ -803,7 +803,7 @@ sref_manage(void *arg)
cpu_intr_save(&flags);
while (!sref_cache_is_dirty(cache)) {
- thread_sleep(NULL);
+ thread_sleep(NULL, cache, "sref");
}
cpu_intr_restore(flags);