Less intrusive way to capture numa_node and cpu_id changes
[vpp.git] / src / vlib / threads.c
index 6257bb6..ed1ba61 100644 (file)
@@ -1723,8 +1723,6 @@ vlib_worker_thread_fn (void *arg)
 
   ASSERT (vm->thread_index == vlib_get_thread_index ());
 
-  vm->cpu_id = ~0;
-
   vlib_worker_thread_init (w);
   clib_time_init (&vm->clib_time);
   clib_mem_set_heap (w->thread_mheap);