public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: <gerg@snapgear.com>
To: linux-m68k@vger.kernel.org, uclinux-dev@uclinux.org
Subject: [PATCH 0/2] m68k: merge mmu and non-mmu traps.c files
Date: Thu, 11 Aug 2011 15:49:49 +1000	[thread overview]
Message-ID: <1313041791-26628-1-git-send-email-gerg@snapgear.com> (raw)


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(-)

             reply	other threads:[~2011-08-11  5:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11  5:49 gerg [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1313041791-26628-1-git-send-email-gerg@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=linux-m68k@vger.kernel.org \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox