diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-21 08:10:31 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-28 19:18:35 -0400 |
commit | 6f4a8856e084fbeae226ef52de1fc4f8d2c68765 (patch) | |
tree | ab5ba040edb41af3c12fb8c1b24b235ff09f7ae0 /arch/m68k | |
parent | d3a887ccba63694bb3f5a7083ccc85c7ad116a08 (diff) |
m68k: fix crufty 68000 and 68360 intro comments
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/68000/entry.S | 2 | ||||
-rw-r--r-- | arch/m68k/68360/Makefile | 2 | ||||
-rw-r--r-- | arch/m68k/68360/config.c | 2 | ||||
-rw-r--r-- | arch/m68k/68360/entry.S | 2 | ||||
-rw-r--r-- | arch/m68k/68360/head-ram.S | 5 | ||||
-rw-r--r-- | arch/m68k/68360/head-rom.S | 5 | ||||
-rw-r--r-- | arch/m68k/68360/ints.c | 2 |
7 files changed, 9 insertions, 11 deletions
diff --git a/arch/m68k/68000/entry.S b/arch/m68k/68000/entry.S index 23ac054c6e1a..259b3661b614 100644 --- a/arch/m68k/68000/entry.S +++ b/arch/m68k/68000/entry.S | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/m68knommu/platform/68328/entry.S | 2 | * entry.S -- non-mmu 68000 interrupt and exception entry points |
3 | * | 3 | * |
4 | * Copyright (C) 1991, 1992 Linus Torvalds | 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
5 | * | 5 | * |
diff --git a/arch/m68k/68360/Makefile b/arch/m68k/68360/Makefile index f6f434383049..591ce42df3de 100644 --- a/arch/m68k/68360/Makefile +++ b/arch/m68k/68360/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # Makefile for arch/m68knommu/platform/68360. | 2 | # Makefile for 68360 machines. |
3 | # | 3 | # |
4 | model-y := ram | 4 | model-y := ram |
5 | model-$(CONFIG_ROMKERNEL) := rom | 5 | model-$(CONFIG_ROMKERNEL) := rom |
diff --git a/arch/m68k/68360/config.c b/arch/m68k/68360/config.c index d493ac43fe3f..17ec416fed9d 100644 --- a/arch/m68k/68360/config.c +++ b/arch/m68k/68360/config.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/m68knommu/platform/68360/config.c | 2 | * config.c - non-mmu 68360 platform initialization code |
3 | * | 3 | * |
4 | * Copyright (c) 2000 Michael Leslie <mleslie@lineo.com> | 4 | * Copyright (c) 2000 Michael Leslie <mleslie@lineo.com> |
5 | * Copyright (C) 1993 Hamish Macdonald | 5 | * Copyright (C) 1993 Hamish Macdonald |
diff --git a/arch/m68k/68360/entry.S b/arch/m68k/68360/entry.S index 447c33ef37fd..22eb3022f9ee 100644 --- a/arch/m68k/68360/entry.S +++ b/arch/m68k/68360/entry.S | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/m68knommu/platform/68360/entry.S | 2 | * entry.S - non-mmu 68360 interrupt and exceptions entry points |
3 | * | 3 | * |
4 | * Copyright (C) 1991, 1992 Linus Torvalds | 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
5 | * Copyright (C) 2001 SED Systems, a Division of Calian Ltd. | 5 | * Copyright (C) 2001 SED Systems, a Division of Calian Ltd. |
diff --git a/arch/m68k/68360/head-ram.S b/arch/m68k/68360/head-ram.S index acd213170d80..62bc56f41d57 100644 --- a/arch/m68k/68360/head-ram.S +++ b/arch/m68k/68360/head-ram.S | |||
@@ -1,6 +1,5 @@ | |||
1 | /* arch/m68knommu/platform/68360/head-ram.S | 1 | /* |
2 | * | 2 | * head-ram.S - startup code for Motorola 68360 |
3 | * Startup code for Motorola 68360 | ||
4 | * | 3 | * |
5 | * Copyright 2001 (C) SED Systems, a Division of Calian Ltd. | 4 | * Copyright 2001 (C) SED Systems, a Division of Calian Ltd. |
6 | * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S | 5 | * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S |
diff --git a/arch/m68k/68360/head-rom.S b/arch/m68k/68360/head-rom.S index dfc756d99886..b3a7e40f35e1 100644 --- a/arch/m68k/68360/head-rom.S +++ b/arch/m68k/68360/head-rom.S | |||
@@ -1,6 +1,5 @@ | |||
1 | /* arch/m68knommu/platform/68360/head-rom.S | 1 | /* |
2 | * | 2 | * head-rom.S - startup code for Motorola 68360 |
3 | * Startup code for Motorola 68360 | ||
4 | * | 3 | * |
5 | * Copyright (C) SED Systems, a Division of Calian Ltd. | 4 | * Copyright (C) SED Systems, a Division of Calian Ltd. |
6 | * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S | 5 | * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S |
diff --git a/arch/m68k/68360/ints.c b/arch/m68k/68360/ints.c index 8cd42692331b..2360fc046681 100644 --- a/arch/m68k/68360/ints.c +++ b/arch/m68k/68360/ints.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/$(ARCH)/platform/$(PLATFORM)/ints.c | 2 | * ints.c - first level interrupt handlers |
3 | * | 3 | * |
4 | * This file is subject to the terms and conditions of the GNU General Public | 4 | * This file is subject to the terms and conditions of the GNU General Public |
5 | * License. See the file COPYING in the main directory of this archive | 5 | * License. See the file COPYING in the main directory of this archive |