Changeset e3c762cd in mainline for generic/src/smp/ipi.c
- Timestamp:
- 2006-05-05T11:59:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de07bcf
- Parents:
- 22cf454d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/smp/ipi.c
r22cf454d re3c762cd 44 44 * @param ipi Message to broadcast. 45 45 * 46 * @bug sThe decision whether to actually send the IPI must be based47 * 48 * 49 * 46 * @bug The decision whether to actually send the IPI must be based 47 * on a different criterion. The current version has 48 * problems when some of the detected CPUs are marked 49 * disabled in machine configuration. 50 50 */ 51 51 void ipi_broadcast(int ipi)
Note:
See TracChangeset
for help on using the changeset viewer.