diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-19 03:55:24 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-29 01:18:34 +0200 |
commit | ece9ae6515727d56ca21a8c925965b731a88b43b (patch) | |
tree | 7dff5288ab4d09de537a0af1b29b464eac898614 /arch/m68k/coldfire/entry.S | |
parent | m68k: move coldfire platform code (diff) | |
download | linux-ece9ae6515727d56ca21a8c925965b731a88b43b.tar.xz linux-ece9ae6515727d56ca21a8c925965b731a88b43b.zip |
m68k: fix crufty ColdFire intro comments
Quite a few of the ColdFire 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/coldfire/entry.S')
-rw-r--r-- | arch/m68k/coldfire/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/entry.S b/arch/m68k/coldfire/entry.S index 881ab8e379d4..52d312d5b4d4 100644 --- a/arch/m68k/coldfire/entry.S +++ b/arch/m68k/coldfire/entry.S @@ -1,5 +1,5 @@ /* - * linux/arch/m68knommu/platform/5307/entry.S + * entry.S -- interrupt and exception processing for ColdFire * * Copyright (C) 1999-2007, Greg Ungerer (gerg@snapgear.com) * Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>, |