Home
last modified time | relevance | path

Searched defs:cpu_bootable (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/ !
H A Dsmp.h59 int (*cpu_bootable)(unsigned int nr); member
/linux/kernel/ !
H A Dcpu.c677 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
711 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function