Skip to content

Commit

Permalink
m68k: fix crufty 68000 and 68360 intro comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Sep 28, 2014
1 parent d3a887c commit 6f4a885
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion arch/m68k/68000/entry.S
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/68360/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Makefile for arch/m68knommu/platform/68360.
# Makefile for 68360 machines.
#
model-y := ram
model-$(CONFIG_ROMKERNEL) := rom
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/68360/config.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/68360/entry.S
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions arch/m68k/68360/head-ram.S
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions arch/m68k/68360/head-rom.S
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/68360/ints.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f4a885

Please sign in to comment.