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

    r389f41e r5f85c91  
    5353        link_t timeout_active_head;
    5454
    55         #ifdef __SMP__
     55        #ifdef CONFIG_SMP
    5656        int kcpulbstarted;
    5757        waitq_t kcpulb_wq;
    58         #endif /* __SMP__ */
     58        #endif /* CONFIG_SMP */
    5959
    6060        int id;
Note: See TracChangeset for help on using the changeset viewer.