mirror of https://github.com/xzeldon/htop.git
make sure PLPA debug message never shows
This commit is contained in:
parent
31c995e663
commit
4e72e790e3
|
@ -449,11 +449,6 @@ static void load_cache(void)
|
||||||
if (map_processor_id_to_tuple[k].socket_id == i &&
|
if (map_processor_id_to_tuple[k].socket_id == i &&
|
||||||
map_processor_id_to_tuple[k].core_id == j) {
|
map_processor_id_to_tuple[k].core_id == j) {
|
||||||
*tuple_ptr = &map_processor_id_to_tuple[k];
|
*tuple_ptr = &map_processor_id_to_tuple[k];
|
||||||
#if defined(PLPA_DEBUG) && PLPA_DEBUG
|
|
||||||
printf("Creating map [%d]: (socket %d, core %d) -> ID %d\n",
|
|
||||||
i * (max_core_id_overall + 1) + j,
|
|
||||||
i, j, k);
|
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue