Changeset cf26ba9 in mainline for generic/src/smp/ipi.c


Ignore:
Timestamp:
2006-05-01T12:24:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
953b0f33
Parents:
ea199e5
Message:

Improve Doxygen-comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/smp/ipi.c

    rea199e5 rcf26ba9  
    2727 */
    2828
     29/**
     30 * @file        ipi.c
     31 * @brief       Generic IPI interface.
     32 */
     33 
    2934#ifdef CONFIG_SMP
    3035
     
    3944 * @param ipi Message to broadcast.
    4045 *
     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.
    4150 */
    4251void ipi_broadcast(int ipi)
Note: See TracChangeset for help on using the changeset viewer.