Changeset cf26ba9 in mainline for generic/src/smp/ipi.c
- Timestamp:
- 2006-05-01T12:24:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/smp/ipi.c
rea199e5 rcf26ba9 27 27 */ 28 28 29 /** 30 * @file ipi.c 31 * @brief Generic IPI interface. 32 */ 33 29 34 #ifdef CONFIG_SMP 30 35 … … 39 44 * @param ipi Message to broadcast. 40 45 * 46 * @bugs 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. 41 50 */ 42 51 void ipi_broadcast(int ipi)
Note:
See TracChangeset
for help on using the changeset viewer.