diff options
| -rw-r--r-- | kernel/async.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/kernel/async.c b/kernel/async.c index e23399d88bac..f565891f2c9b 100644 --- a/kernel/async.c +++ b/kernel/async.c | |||
| @@ -133,8 +133,7 @@ static void run_one_entry(void) | |||
| 133 | entry = list_first_entry(&async_pending, struct async_entry, list); | 133 | entry = list_first_entry(&async_pending, struct async_entry, list); | 
| 134 | 134 | ||
| 135 | /* 2) move it to the running queue */ | 135 | /* 2) move it to the running queue */ | 
| 136 | list_del(&entry->list); | 136 | list_move_tail(&entry->list, entry->running); | 
| 137 | list_add_tail(&entry->list, entry->running); | ||
| 138 | spin_unlock_irqrestore(&async_lock, flags); | 137 | spin_unlock_irqrestore(&async_lock, flags); | 
| 139 | 138 | ||
| 140 | /* 3) run it (and print duration)*/ | 139 | /* 3) run it (and print duration)*/ | 
