Rev 534 | Rev 569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 552 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #endif |
41 | #endif |
42 | 42 | ||
43 | void tlb_init(void) |
43 | void tlb_init(void) |
44 | { |
44 | { |
45 | if (config.cpu_active == 1) |
45 | if (config.cpu_active == 1) |
46 | spinlock_initialize(&tlblock); |
46 | spinlock_initialize(&tlblock, "tlb_lock"); |
47 | 47 | ||
48 | tlb_init_arch(); |
48 | tlb_init_arch(); |
49 | } |
49 | } |
50 | 50 | ||
51 | #ifdef CONFIG_SMP |
51 | #ifdef CONFIG_SMP |