/* Initiate the event table handler */ void __init trap_init(void) { CSYNC(); bfin_write_EVT3(trap); CSYNC(); }
int exception_init(void) { bfin_write_EVT3(trap); return 0; }