Rev 3104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3104 | Rev 3707 | ||
|---|---|---|---|
| Line 84... | Line 84... | ||
| 84 | 84 | ||
| 85 | #ifdef CONFIG_SMP |
85 | #ifdef CONFIG_SMP |
| 86 | } |
86 | } |
| 87 | #endif /* CONFIG_SMP */ |
87 | #endif /* CONFIG_SMP */ |
| 88 | 88 | ||
| 89 | CPU = &cpus[config.cpu_active-1]; |
89 | CPU = &cpus[config.cpu_active - 1]; |
| 90 | 90 | ||
| 91 | CPU->active = 1; |
91 | CPU->active = 1; |
| 92 | CPU->tlb_active = 1; |
92 | CPU->tlb_active = 1; |
| 93 | 93 | ||
| 94 | cpu_identify(); |
94 | cpu_identify(); |