]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: fix crufty 68000 and 68360 intro comments
authorGreg Ungerer <gerg@uclinux.org>
Thu, 21 Aug 2014 12:10:31 +0000 (22:10 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Sep 2014 23:18:35 +0000 (09:18 +1000)
Quite a few of the non-mmu specific support files have a pathname in the
title comments of the file. These files have moved around a bit over the
years, and most are no longer accurate. Remove the pathname and fix the
comments to include at least a short description of the files contents.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/68000/entry.S
arch/m68k/68360/Makefile
arch/m68k/68360/config.c
arch/m68k/68360/entry.S
arch/m68k/68360/head-ram.S
arch/m68k/68360/head-rom.S
arch/m68k/68360/ints.c

index 23ac054c6e1ad929fa40e8aa033e51251c96538d..259b3661b614168ff8ab377587c66b1478222218 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  linux/arch/m68knommu/platform/68328/entry.S
+ *  entry.S -- non-mmu 68000 interrupt and exception entry points
  *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *
index f6f43438304935908f59705dfa24ae7f174e29cb..591ce42df3def52cf03b27d3e3e5794fe6a6d16a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Makefile for arch/m68knommu/platform/68360.
+# Makefile for 68360 machines.
 #
 model-y                          := ram
 model-$(CONFIG_ROMKERNEL) := rom
index d493ac43fe3f900fe1b6ecd999e3452e96bdbfd3..17ec416fed9db5e8380d710f4d3b821599ca5da2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  linux/arch/m68knommu/platform/68360/config.c
+ *  config.c - non-mmu 68360 platform initialization code
  *
  *  Copyright (c) 2000 Michael Leslie <mleslie@lineo.com>
  *  Copyright (C) 1993 Hamish Macdonald
index 447c33ef37fda3456b5fad22d705f123c91b4f84..22eb3022f9ee83f449e313a7715845df8b52bdad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  linux/arch/m68knommu/platform/68360/entry.S
+ *  entry.S - non-mmu 68360 interrupt and exceptions entry points
  *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *  Copyright (C) 2001 SED Systems, a Division of Calian Ltd.
index acd213170d80fe6ae1e74cddd2fcbd90c7b65115..62bc56f41d572311e4846aa28ed374f64631bba8 100644 (file)
@@ -1,6 +1,5 @@
-/* arch/m68knommu/platform/68360/head-ram.S
- *
- * Startup code for Motorola 68360
+/*
+ * head-ram.S - startup code for Motorola 68360
  *
  * Copyright 2001 (C) SED Systems, a Division of Calian Ltd.
  * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S
index dfc756d998861823e48ac2b87a291ea7d04cbbb2..b3a7e40f35e1eecfd17b641a29e042bb15f5a5e8 100644 (file)
@@ -1,6 +1,5 @@
-/* arch/m68knommu/platform/68360/head-rom.S
- *
- * Startup code for Motorola 68360
+/*
+ * head-rom.S - startup code for Motorola 68360
  *
  * Copyright (C) SED Systems, a Division of Calian Ltd.
  * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S
index 8cd42692331b8d3b6f1f2052dc3f563181917cd4..2360fc046681d72caf89114720ec92b53db351e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/arch/$(ARCH)/platform/$(PLATFORM)/ints.c
+ * ints.c - first level interrupt handlers
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file COPYING in the main directory of this archive