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