summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/traps.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-06-24 16:15:40 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-10-18 14:22:25 +1000
commitbc4f4ac2f09a0681b4bd10e698e7f0c6e5137ca0 (patch)
tree777e85d8f95ea1f8c39e46a2927aea9d284adec9 /arch/m68k/kernel/traps.c
parent61619b12078dc8b85a3d4cbfa16f650daa341bd1 (diff)
m68k: move hardware vector setting from traps.c to its own file
Most of the trap.c code is general to all m68k arch members. But the code it currently contains to set the hardware vector table is quite specific to the 680x0 family. They can have the vector table at any address unlike other family members (which either support only a single fixed address, or a limited range of addresses). So lets move that code out to a new file, vectors.c. This will make sharing the rest of the trap.c code easier and cleaner. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel/traps.c')
0 files changed, 0 insertions, 0 deletions