tag | line | file | source code |
---|---|---|---|
nlong | 56 | arch/i386/kernel/smp.c | unsigned long nlong = 0; /* dummy used for apic_reg address + 0x20 */ |
nlong | 57 | arch/i386/kernel/smp.c | unsigned char *apic_reg=((unsigned char *)(&nlong))-0x20;/* Later set to the vremap() of the APIC */ |
nlong | 210 | arch/i386/kernel/smp.c | nlong = boot_cpu_id<<24; /* Dummy 'self' for bootup */ |