Changeset 5f85c91 in mainline for generic/src/mm/tlb.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/mm/tlb.c

    r389f41e r5f85c91  
    3737#include <arch.h>
    3838
    39 #ifdef __SMP__
     39#ifdef CONFIG_SMP
    4040static spinlock_t tlblock;
    4141#endif
     
    4949}
    5050
    51 #ifdef __SMP__
     51#ifdef CONFIG_SMP
    5252/* must be called with interrupts disabled */
    5353void tlb_shootdown_start(void)
     
    8585        CPU->tlb_active = 1;
    8686}
    87 #endif /* __SMP__ */
     87#endif /* CONFIG_SMP */
Note: See TracChangeset for help on using the changeset viewer.