Changeset c9b8c5c in mainline for arch/ia32/src/smp/mp.c
- Timestamp:
- 2005-04-24T21:59:33Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad36bd6
- Parents:
- f07bba5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mp.c
rf07bba5 rc9b8c5c 487 487 if (pr[i].cpu_flags & (1<<0) == 0) 488 488 continue; 489 489 490 490 /* 491 491 * The bootstrap processor is already up. … … 493 493 if (pr[i].cpu_flags & (1<<1)) 494 494 continue; 495 496 if (pr[i].l_apic_id == l_apic_id()) { 497 printf("%X: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i); 498 continue; 499 } 495 500 496 501 /* … … 502 507 memcopy(gdt, gdt_new, GDT_ITEMS*sizeof(struct descriptor)); 503 508 gdtr.base = (__address) gdt_new; 504 509 505 510 if (l_apic_send_init_ipi(pr[i].l_apic_id)) { 506 511 /*
Note:
See TracChangeset
for help on using the changeset viewer.