Esempio n. 1
0
static void __init msmtc_smp_setup(void)
{
	/*
	 * we won't get the definitive value until
	 * we've run smtc_prepare_cpus later, but
	 * we would appear to need an upper bound now.
	 */
	smp_num_siblings = smtc_build_cpu_map(0);
}
static void __init msmtc_smp_setup(void)
{
	/*
                                           
                                          
                                               
  */
	smp_num_siblings = smtc_build_cpu_map(0);
}
Esempio n. 3
0
static void __init msp_smtc_smp_setup(void)
{
	/*
	 * we won't get the definitive value until
	 * we've run smtc_prepare_cpus later, but
	 */

	if (read_c0_config3() & (1 << 2))
		smp_num_siblings = smtc_build_cpu_map(0);
}
Esempio n. 4
0
static void __init msp_smtc_smp_setup(void)
{

	if (read_c0_config3() & (1 << 2))
		smp_num_siblings = smtc_build_cpu_map(0);
}