Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f4a8856 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent d3a887cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 *  linux/arch/m68knommu/platform/68328/entry.S
 *  entry.S -- non-mmu 68000 interrupt and exception entry points
 *
 *  Copyright (C) 1991, 1992  Linus Torvalds
 *
+1 −1
Original line number Diff line number Diff line
#
# Makefile for arch/m68knommu/platform/68360.
# Makefile for 68360 machines.
#
model-y			  := ram
model-$(CONFIG_ROMKERNEL) := rom
+1 −1
Original line number Diff line number Diff line
/*
 *  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
+1 −1
Original line number Diff line number Diff line
/*
 *  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.
+2 −3
Original line number Diff line number Diff line
/* 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
Loading