thread_reap_barrier(): remove unused variable
Noted by: alc Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 week
This commit is contained in:
parent
2a0fa277f6
commit
d3f7975fcb
@ -719,11 +719,8 @@ thread_reap_callout_cb(void *arg __unused)
|
||||
void
|
||||
thread_reap_barrier(void)
|
||||
{
|
||||
struct thread *td;
|
||||
struct task *t;
|
||||
|
||||
td = curthread;
|
||||
|
||||
/*
|
||||
* First do context switches to each CPU to ensure that all
|
||||
* PCPU pc_deadthreads are moved to zombie list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user