Changeset 5f85c91 in mainline for generic/include/mm/tlb.h
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/tlb.h
r389f41e r5f85c91 34 34 extern void tlb_init(void); 35 35 36 #ifdef __SMP__36 #ifdef CONFIG_SMP 37 37 extern void tlb_shootdown_start(void); 38 38 extern void tlb_shootdown_finalize(void); … … 42 42 # define tlb_shootdown_finalize() ; 43 43 # define tlb_shootdown_ipi_recv() ; 44 #endif /* __SMP__*/44 #endif /* CONFIG_SMP */ 45 45 46 46 /* Export TLB interface that each architecture must implement. */
Note:
See TracChangeset
for help on using the changeset viewer.