Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dsmpboot.c1139 static int __initdata setup_possible_cpus = -1; variable
1142 get_option(&str, &setup_possible_cpus); in _setup_possible_cpus()
1174 if (setup_possible_cpus == -1) { in prefill_possible_map()
1184 possible = setup_possible_cpus; in prefill_possible_map()
/linux-2.6.39/arch/s390/kernel/
Dsmp.c628 static int __init setup_possible_cpus(char *s) in setup_possible_cpus() function
638 early_param("possible_cpus", setup_possible_cpus);