Go to the documentation of this file.
14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr)
16 extern struct mutex smp_cpu_state_mutex;
28 extern int smp_store_status(
int cpu);
49 static inline int smp_store_status(
int cpu) {
return 0; }
57 #ifdef CONFIG_HOTPLUG_CPU
58 extern int smp_rescan_cpus(
void);
63 static inline int smp_rescan_cpus(
void) {
return 0; }
64 static inline void cpu_die(
void) { }