taglinefilesource code
boot_cpu_id45arch/i386/kernel/smp.cunsigned char boot_cpu_id = 0;        /* Processor that is doing the boot up       */
boot_cpu_id174arch/i386/kernel/smp.cboot_cpu_id=m->mpc_apicid;
boot_cpu_id175arch/i386/kernel/smp.cnlong = boot_cpu_id<<24;  /* Dummy 'self' for bootup */
boot_cpu_id486arch/i386/kernel/smp.ckernel_stacks[boot_cpu_id]=(void *)init_user_stack;  /* Set up for boot processor first */
boot_cpu_id488arch/i386/kernel/smp.csmp_store_cpu_info(boot_cpu_id);      /* Final full version of the data */
boot_cpu_id490arch/i386/kernel/smp.cactive_kernel_processor=boot_cpu_id;
boot_cpu_id494arch/i386/kernel/smp.cif((cpu_present_map&(1<<i)) && i!=boot_cpu_id)    /* Rebooting yourself is a bad move */
boot_cpu_id179include/asm-i386/smp.hextern unsigned char boot_cpu_id;