Commit 163feb58 authored by Greg Ungerer's avatar Greg Ungerer Committed by Steve French

[PATCH] remove 68360 specific trap init call

No longer need the 68360 specific trap init call. The generic
interrupt/trap code is now setup to do this itself.
parent 18da0cad
......@@ -205,9 +205,4 @@ void config_BSP(char *command, int len)
mach_hwclk = NULL;
mach_set_clock_mmss = NULL;
mach_reset = BSP_reset;
//Kendrick's Change
mach_trap_init = M68360_init_IRQ;
config_M68360_irq();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment