public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 0/2] m68k: merge mmu and non-mmu traps.c files
@ 2011-08-11  5:49 gerg
  2011-08-11  5:49 ` [PATCH 1/2] m68k: move hardware vector setting from traps.c to its own file gerg
  2011-08-11  5:49 ` [PATCH 2/2] m68k: merge the mmu and non-mmu traps.c files gerg
  0 siblings, 2 replies; 3+ messages in thread
From: gerg @ 2011-08-11  5:49 UTC (permalink / raw)
  To: linux-m68k, uclinux-dev


Merge the mmu arch/m68k/kernel/traps_mm.c and non-mmu traps_no.c.
By moving out the vector setting code the rest of the traps code
is the same for all m68k CPU types.

 a/arch/m68k/kernel/traps_mm.c       | 1092 -----------------------------------
 arch/m68k/kernel/traps_no.c         |  361 -----------
 b/arch/m68k/include/asm/processor.h |    6 
 b/arch/m68k/kernel/Makefile         |    2 
 b/arch/m68k/kernel/traps.c          | 1108 +++++++++++++++++++++++++++++++++++-
 b/arch/m68k/kernel/traps_mm.c       |  115 ---
 b/arch/m68k/kernel/vectors.c        |  145 ++++
 7 files changed, 1257 insertions(+), 1572 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-11  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11  5:49 [PATCH 0/2] m68k: merge mmu and non-mmu traps.c files gerg
2011-08-11  5:49 ` [PATCH 1/2] m68k: move hardware vector setting from traps.c to its own file gerg
2011-08-11  5:49 ` [PATCH 2/2] m68k: merge the mmu and non-mmu traps.c files gerg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox