Changeset dc747e3 in mainline for generic/src/mm/tlb.c
- Timestamp:
- 2005-12-15T10:27:59Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/tlb.c
r3fc03fd rdc747e3 38 38 #include <panic.h> 39 39 40 #ifdef CONFIG_SMP 41 static spinlock_t tlblock; 42 #endif 40 SPINLOCK_INITIALIZE(tlblock); 43 41 44 42 void tlb_init(void) 45 43 { 46 if (config.cpu_active == 1)47 spinlock_initialize(&tlblock, "tlb_lock");48 49 44 tlb_arch_init(); 50 45 }
Note:
See TracChangeset
for help on using the changeset viewer.