Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dmdesc.c801 int max_cpu, i; in report_platform_properties() local
804 max_cpu = *v; in report_platform_properties()
805 if (max_cpu > NR_CPUS) in report_platform_properties()
806 max_cpu = NR_CPUS; in report_platform_properties()
808 max_cpu = NR_CPUS; in report_platform_properties()
810 for (i = 0; i < max_cpu; i++) in report_platform_properties()
/arch/s390/include/asm/
Dcpu_mf.h50 u16 max_cpu; member