Changeset 5f85c91 in mainline for generic/include/smp/ipi.h


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/include/smp/ipi.h

    r389f41e r5f85c91  
    3030#define __IPI_H__
    3131
    32 #ifdef __SMP__
     32#ifdef CONFIG_SMP
    3333extern void ipi_broadcast(int ipi);
    3434extern void ipi_broadcast_arch(int ipi);
    3535#else
    3636#define ipi_broadcast(x)        ;
    37 #endif /* __SMP__ */
     37#endif /* CONFIG_SMP */
    3838
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.