Searched refs:MAX_CPUS (Results 1 – 2 of 2) sorted by relevance
18 #define MAX_CPUS 32 /* These should be set to the maximum */ macro302 PPC_CPU Cpus[MAX_CPUS];
405 for (i = 0; i < ((ncpus > MAX_CPUS) ? MAX_CPUS : ncpus); i++) { in print_residual_device_info()