View | Details | Raw Unified | Return to bug 2080
Collapse All | Expand All

(-)a/arch/sim/workqueue.c (-1 / +1 lines)
 Lines 144-150   bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, Link Here 
144
      return queue_work (wq, work);
144
      return queue_work (wq, work);
145
    }
145
    }
146
146
147
  if (!test_and_set_bit(WORK_STRUCT_PENDING, work_data_bits(work)))
147
  if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)))
148
    {
148
    {
149
      sim_assert (!timer_pending (timer));
149
      sim_assert (!timer_pending (timer));
150
      dwork->wq = wq;
150
      dwork->wq = wq;

Return to bug 2080