Changeset 5f85c91 in mainline for generic/include/smp/smp.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/smp.h

    r389f41e r5f85c91  
    3030#define __SMP_H__
    3131
    32 #ifdef __SMP__
     32#ifdef CONFIG_SMP
    3333extern void smp_init(void);
    3434#else
    3535#define smp_init()      ;
    36 #endif /* __SMP__ */
     36#endif /* CONFIG_SMP */
    3737
    3838#endif /* __SMP_H__ */
Note: See TracChangeset for help on using the changeset viewer.