]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: merge the mmu and non-mmu traps.c files
authorGreg Ungerer <gerg@uclinux.org>
Fri, 24 Jun 2011 06:27:09 +0000 (16:27 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 04:22:36 +0000 (14:22 +1000)
commitd8773361f66945ff58f4f04d10ee647f09d11d19
tree8aba533bcf1f6ceb5971271e8f9de338ddb3e244
parentfc8870b0b5943caa21e6b2eceebe3908e62741ad
m68k: merge the mmu and non-mmu traps.c files

The code for handling traps in the non-mmu case is a subset of the mmu
enabled case. Merge the non-mmu traps_no.c code back to a single traps.c.
There is actually no code mmu specific here at all, and the processor
specific code (for the more complex 68020/68030/68040/68060) is already
proplerly conditionaly used.

The format of console exception dump is a little different, but I don't
think will cause any one problems, it is purely for debug purposes.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/processor.h
arch/m68k/kernel/traps.c
arch/m68k/kernel/traps_mm.c [deleted file]
arch/m68k/kernel/traps_no.c [deleted file]