Changeset 5f85c91 in mainline for generic/src/smp/ipi.c


Ignore:
Timestamp:
2005-11-08T12:22:35Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a140b
Parents:
389f41e
Message:

make configuration variables usage consistent

File:
1 edited

Legend:

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

    r389f41e r5f85c91  
    2727 */
    2828
    29 #ifdef __SMP__
     29#ifdef CONFIG_SMP
    3030
    3131#include <smp/ipi.h>
     
    4545         * Provisions must be made to avoid sending IPI:
    4646         * - before all CPU's were configured to accept the IPI
    47          * - if there is only one CPU but the kernel was compiled with __SMP__
     47         * - if there is only one CPU but the kernel was compiled with CONFIG_SMP
    4848         */
    4949
     
    5252}
    5353
    54 #endif /* __SMP__ */
     54#endif /* CONFIG_SMP */
Note: See TracChangeset for help on using the changeset viewer.