public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: gerg@uclinux.org
To: linux-m68k@vger.kernel.org
Cc: Greg Ungerer <gerg@uclinux.org>
Subject: [PATCH 2/4] m68k: move non-mmu 68360 platform code
Date: Thu, 21 Aug 2014 23:24:14 +1000	[thread overview]
Message-ID: <1408627456-26718-2-git-send-email-gerg@uclinux.org> (raw)
In-Reply-To: <1408627456-26718-1-git-send-email-gerg@uclinux.org>

From: Greg Ungerer <gerg@uclinux.org>

The non-mmu 68360 specific code is inconsistently placed under a directory
named "platform". Move it to arch/m68k/ along with the other platform and
board directories.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
 arch/m68k/{platform => }/68360/Makefile   | 0
 arch/m68k/{platform => }/68360/commproc.c | 0
 arch/m68k/{platform => }/68360/config.c   | 0
 arch/m68k/{platform => }/68360/entry.S    | 0
 arch/m68k/{platform => }/68360/head-ram.S | 0
 arch/m68k/{platform => }/68360/head-rom.S | 0
 arch/m68k/{platform => }/68360/ints.c     | 0
 arch/m68k/Makefile                        | 4 ++--
 8 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/m68k/{platform => }/68360/Makefile (100%)
 rename arch/m68k/{platform => }/68360/commproc.c (100%)
 rename arch/m68k/{platform => }/68360/config.c (100%)
 rename arch/m68k/{platform => }/68360/entry.S (100%)
 rename arch/m68k/{platform => }/68360/head-ram.S (100%)
 rename arch/m68k/{platform => }/68360/head-rom.S (100%)
 rename arch/m68k/{platform => }/68360/ints.c (100%)

diff --git a/arch/m68k/platform/68360/Makefile b/arch/m68k/68360/Makefile
similarity index 100%
rename from arch/m68k/platform/68360/Makefile
rename to arch/m68k/68360/Makefile
diff --git a/arch/m68k/platform/68360/commproc.c b/arch/m68k/68360/commproc.c
similarity index 100%
rename from arch/m68k/platform/68360/commproc.c
rename to arch/m68k/68360/commproc.c
diff --git a/arch/m68k/platform/68360/config.c b/arch/m68k/68360/config.c
similarity index 100%
rename from arch/m68k/platform/68360/config.c
rename to arch/m68k/68360/config.c
diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/68360/entry.S
similarity index 100%
rename from arch/m68k/platform/68360/entry.S
rename to arch/m68k/68360/entry.S
diff --git a/arch/m68k/platform/68360/head-ram.S b/arch/m68k/68360/head-ram.S
similarity index 100%
rename from arch/m68k/platform/68360/head-ram.S
rename to arch/m68k/68360/head-ram.S
diff --git a/arch/m68k/platform/68360/head-rom.S b/arch/m68k/68360/head-rom.S
similarity index 100%
rename from arch/m68k/platform/68360/head-rom.S
rename to arch/m68k/68360/head-rom.S
diff --git a/arch/m68k/platform/68360/ints.c b/arch/m68k/68360/ints.c
similarity index 100%
rename from arch/m68k/platform/68360/ints.c
rename to arch/m68k/68360/ints.c
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index dd96fc2..0b29dcf 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -92,7 +92,7 @@ endif
 #
 head-y				:= arch/m68k/kernel/head.o
 head-$(CONFIG_SUN3)		:= arch/m68k/kernel/sun3-head.o
-head-$(CONFIG_M68360)		:= arch/m68k/platform/68360/head.o
+head-$(CONFIG_M68360)		:= arch/m68k/68360/head.o
 head-$(CONFIG_M68000)		:= arch/m68k/68000/head.o
 head-$(CONFIG_COLDFIRE)		:= arch/m68k/coldfire/head.o
 
@@ -114,7 +114,7 @@ core-$(CONFIG_NATFEAT)		+= arch/m68k/emu/
 core-$(CONFIG_M68040)		+= arch/m68k/fpsp040/
 core-$(CONFIG_M68060)		+= arch/m68k/ifpsp060/
 core-$(CONFIG_M68KFPU_EMU)	+= arch/m68k/math-emu/
-core-$(CONFIG_M68360)		+= arch/m68k/platform/68360/
+core-$(CONFIG_M68360)		+= arch/m68k/68360/
 core-$(CONFIG_M68000)		+= arch/m68k/68000/
 core-$(CONFIG_COLDFIRE)		+= arch/m68k/coldfire/
 
-- 
1.9.1

  reply	other threads:[~2014-08-21 13:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21 13:24 [PATCH 1/4] m68k: move non-mmu 68000 platform code gerg
2014-08-21 13:24 ` gerg [this message]
2014-08-21 13:24 ` [PATCH 3/4] m68k: remove the unused arch/m68k/platform directory gerg
2014-08-21 13:24 ` [PATCH 4/4] m68k: fix crufty 68000 and 68360 intro comments gerg
2014-08-21 13:32 ` [PATCH 1/4] m68k: move non-mmu 68000 platform code Geert Uytterhoeven
2014-08-21 23:49   ` Greg Ungerer
2014-08-22  6:55     ` Geert Uytterhoeven

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=1408627456-26718-2-git-send-email-gerg@uclinux.org \
    --to=gerg@uclinux.org \
    --cc=linux-m68k@vger.kernel.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