topology_book_id
#define topology_book_id(cpu) (cpu_topology[cpu].book_id)
#define topology_book_id(cpu) ((void)(cpu), -1)