kernel-fxtec-pro1x/arch/m68k/platform/68360
Greg Ungerer 622e9472dd m68knommu: correctly use trap_init
Currently trap_init() is an empty function for m68knommu. Instead
the vectors are being setup as part of the IRQ initialization.
This is inconsistent with m68k and other architectures.

Change the local init_vectors() to be trap_init(), and init the
vectors at the correct time during startup. This will help merge of
m68k and m68knommu trap code in the furture.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-07-25 11:20:41 +10:00
..
commproc.c m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
config.c m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
entry.S m68k: merge MMU and non MMU versions of system.h 2011-07-25 11:20:40 +10:00
head-ram.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
head-rom.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
ints.c m68knommu: correctly use trap_init 2011-07-25 11:20:41 +10:00
Makefile m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00