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

    r389f41e r5f85c91  
    3434extern void tlb_init(void);
    3535
    36 #ifdef __SMP__
     36#ifdef CONFIG_SMP
    3737extern void tlb_shootdown_start(void);
    3838extern void tlb_shootdown_finalize(void);
     
    4242#  define tlb_shootdown_finalize()      ;
    4343#  define tlb_shootdown_ipi_recv() ;
    44 #endif /* __SMP__ */
     44#endif /* CONFIG_SMP */
    4545
    4646/* Export TLB interface that each architecture must implement. */
Note: See TracChangeset for help on using the changeset viewer.