Changeset ad36bd6 in mainline for arch/ia32/src/smp/mp.c
- Timestamp:
- 2005-04-25T12:37:44Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 85bfdcc8
- Parents:
- c9b8c5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mp.c
rc9b8c5c rad36bd6 495 495 496 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);497 printf("%L: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i); 498 498 continue; 499 499 }
Note:
See TracChangeset
for help on using the changeset viewer.