summaryrefslogtreecommitdiff
path: root/kern/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/work.c')
-rw-r--r--kern/work.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/work.c b/kern/work.c
index c0eb0bb1..ea3eb1f4 100644
--- a/kern/work.c
+++ b/kern/work.c
@@ -537,8 +537,7 @@ work_report_periodic_event(void)
{
struct work_queue queue, highprio_queue;
- assert(!cpu_intr_enabled());
- assert(!thread_preempt_enabled());
+ assert(thread_check_intr_context());
work_pool_shift_queues(cpu_local_ptr(work_pool_cpu_main), &queue);
work_pool_shift_queues(cpu_local_ptr(work_pool_cpu_highprio),