All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/03] m68k: clean up and merge MMU and non-MMU versions of entry.S
@ 2012-05-15  6:55 gerg
  2012-05-15  6:55 ` [PATCH 1/3] m68k: consistently call ret_from_exception in entry code gerg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: gerg @ 2012-05-15  6:55 UTC (permalink / raw)
  To: linux-m68k, uclinux-dev


m68k: clean up and merge the MMU and non-MMU versions of entry.S

With a little cleanup we can use much of the entry.S code on both the
MMU and non-MMU m68k targets.

---
 arch/m68k/kernel/entry.S    |  452 +++++++++++++++++++++++++++++++++++++++++++-
 arch/m68k/kernel/entry_mm.S |  422 -----------------------------------------
 arch/m68k/kernel/entry_no.S |  130 ------------
 3 files changed, 451 insertions(+), 553 deletions(-)

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

end of thread, other threads:[~2012-05-16  3:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15  6:55 [PATCH 00/03] m68k: clean up and merge MMU and non-MMU versions of entry.S gerg
2012-05-15  6:55 ` [PATCH 1/3] m68k: consistently call ret_from_exception in entry code gerg
2012-05-15  8:18   ` Andreas Schwab
2012-05-16  3:38     ` Greg Ungerer
2012-05-15  6:55 ` [PATCH 2/3] m68k: use jbsr to call functions instead of bsrl gerg
2012-05-15  6:55 ` [PATCH 3/3] m68k: merge the MMU and non-MMU versions of the entry.S code gerg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.