Searched refs:smp_debug (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dsmp.c52 #define smp_debug(lvl, printargs...) \ macro
56 #define smp_debug(lvl, ...) do { } while(0) macro
146 smp_debug(100, KERN_DEBUG "CPU%d IPI_NOP\n", this_cpu);
150 smp_debug(100, KERN_DEBUG "CPU%d IPI_RESCHEDULE\n", this_cpu);
156 smp_debug(100, KERN_DEBUG "CPU%d IPI_CALL_FUNC\n", this_cpu);
162 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_START\n", this_cpu);
166 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_STOP\n", this_cpu);
171 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu);
175 smp_debug(100, KERN_DEBUG "CPU%d ENTER_KGDB\n", this_cpu);
400 smp_debug(10
[all...]

Completed in 92 milliseconds