Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dcpu_mf.h52 u16 max_cpu; member
/arch/sparc/kernel/
Dmdesc.c557 int max_cpu, i; in report_platform_properties() local
560 max_cpu = *v; in report_platform_properties()
561 if (max_cpu > NR_CPUS) in report_platform_properties()
562 max_cpu = NR_CPUS; in report_platform_properties()
564 max_cpu = NR_CPUS; in report_platform_properties()
566 for (i = 0; i < max_cpu; i++) in report_platform_properties()