Home
last modified time | relevance | path

Searched refs:cpu_book_id (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Dtopology.h21 extern unsigned char cpu_book_id[NR_CPUS];
29 #define topology_book_id(cpu) (cpu_book_id[cpu])
/linux-2.6.39/arch/s390/kernel/
Dtopology.c48 unsigned char cpu_book_id[NR_CPUS]; variable
89 cpu_book_id[lcpu] = book->id; in add_cpus_to_mask()