Changeset aace6624 in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2005-12-10T02:05:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402fc8bf
Parents:
6095342
Message:

Added exception printing.
It does not work correctly on SMP architectures :-/
Preemption error….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    r6095342 raace6624  
    4141#include <cpu.h>
    4242#include <align.h>
     43#include <interrupt.h>
    4344
    4445#ifdef CONFIG_SMP
     
    174175         */
    175176        kconsole_init();
     177        /* Exception handler initialization, before architecture
     178         * starts adding it's own handlers
     179         */
     180        exc_init();
    176181       
    177182        arch_pre_mm_init();
Note: See TracChangeset for help on using the changeset viewer.