Searched refs:bootstrap_processor (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c607 int bootstrap_processor=cpu_data[0].cpuid; /* CPU ID of BSP */ local
610 printk(KERN_DEBUG "SMP: bootstrap CPU ID is %d\n",bootstrap_processor);
611 init_task.processor = bootstrap_processor;
612 current->processor = bootstrap_processor;
613 cpu_online_map = 1 << bootstrap_processor; /* Mark Boostrap processor as present */
634 cpu_data[i].cpuid == bootstrap_processor)

Completed in 35 milliseconds