Rev 621 | Rev 625 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 621 | Rev 623 | ||
|---|---|---|---|
| Line 172... | Line 172... | ||
| 172 | * kconsole data structures must be initialized very early |
172 | * kconsole data structures must be initialized very early |
| 173 | * because other subsystems will register their respective |
173 | * because other subsystems will register their respective |
| 174 | * commands. |
174 | * commands. |
| 175 | */ |
175 | */ |
| 176 | kconsole_init(); |
176 | kconsole_init(); |
| - | 177 | ||
| 177 | /* Exception handler initialization, before architecture |
178 | /* Exception handler initialization, before architecture |
| 178 | * starts adding it's own handlers |
179 | * starts adding it's own handlers |
| 179 | */ |
180 | */ |
| 180 | exc_init(); |
181 | exc_init(); |
| 181 | 182 | ||