[PATCH] trivial: modify comments to refer to new location of files

Kumar Gala galak at kernel.crashing.org
Sun Jan 15 18:42:12 EST 2006


I'm with Stephen and we should probably just drop these.  The problem  
is (and I just did this myself) is that people use an existing file  
as a template and duplicate whatever its doing.

- kumar

On Jan 15, 2006, at 12:07 AM, Jon Mason wrote:

> On Fri, Jan 13, 2006 at 11:44:01AM +1100, Stephen Rothwell wrote:
>> Can we just remove these useless self references, please?
>
> Is this more towards your liking?
>
> Signed-off-by: Jon Mason <jdmason at us.ibm.com>
>
> diff -r 800442576617 Documentation/powerpc/eeh-pci-error-recovery.txt
> --- a/Documentation/powerpc/eeh-pci-error-recovery.txt	Sat Jan 14  
> 05:24:55 2006
> +++ b/Documentation/powerpc/eeh-pci-error-recovery.txt	Sat Jan 14  
> 23:40:17 2006
> @@ -121,7 +121,7 @@
>
>  EEH must be enabled in the PHB's very early during the boot process,
>  and if a PCI slot is hot-plugged. The former is performed by
> -eeh_init() in arch/ppc64/kernel/eeh.c, and the later by
> +eeh_init() in arch/powerpc/platforms/pseries/eeh.c, and the later by
>  drivers/pci/hotplug/pSeries_pci.c calling in to the eeh.c code.
>  EEH must be enabled before a PCI scan of the device can proceed.
>  Current Power5 hardware will not work unless EEH is enabled;
> @@ -133,7 +133,7 @@
>  pci_get_device_by_addr() will find the pci device associated
>  with that address (if any).
>
> -The default include/asm-ppc64/io.h macros readb(), inb(), insb(),
> +The default include/asm-powerpc/io.h macros readb(), inb(), insb(),
>  etc. include a check to see if the i/o read returned all-0xff's.
>  If so, these make a call to eeh_dn_check_failure(), which in turn
>  asks the firmware if the all-ff's value is the sign of a true EEH
> @@ -143,11 +143,12 @@
>  all of these occur during boot, when the PCI bus is scanned, where
>  a large number of 0xff reads are part of the bus scan procedure.
>
> -If a frozen slot is detected, code in arch/ppc64/kernel/eeh.c will
> -print a stack trace to syslog (/var/log/messages).  This stack trace
> -has proven to be very useful to device-driver authors for finding
> -out at what point the EEH error was detected, as the error itself
> -usually occurs slightly beforehand.
> +If a frozen slot is detected, code in
> +arch/powerpc/platforms/pseries/eeh.c will print a stack trace to
> +syslog (/var/log/messages).  This stack trace has proven to be very
> +useful to device-driver authors for finding out at what point the EEH
> +error was detected, as the error itself usually occurs slightly
> +beforehand.
>
>  Next, it uses the Linux kernel notifier chain/work queue mechanism to
>  allow any interested parties to find out about the failure.  Device
> diff -r 800442576617 arch/powerpc/boot/install.sh
> --- a/arch/powerpc/boot/install.sh	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/boot/install.sh	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  #!/bin/sh
> -#
> -# arch/ppc64/boot/install.sh
>  #
>  # 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
> diff -r 800442576617 arch/powerpc/kernel/entry_64.S
> --- a/arch/powerpc/kernel/entry_64.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/entry_64.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc64/kernel/entry.S
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *  Rewritten by Cort Dougan (cort at cs.nmt.edu) for PReP
> @@ -374,7 +372,7 @@
>   * the fork code also.
>   *
>   * The code which creates the new task context is in 'copy_thread'
> - * in arch/ppc64/kernel/process.c
> + * in arch/powerpc/kernel/process.c
>   */
>  	.align	7
>  _GLOBAL(_switch)
> diff -r 800442576617 arch/powerpc/kernel/head_44x.S
> --- a/arch/powerpc/kernel/head_44x.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/head_44x.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/head_44x.S
> - *
>   * Kernel execution entry point code.
>   *
>   *    Copyright (c) 1995-1996 Gary Thomas <gdt at linuxppc.org>
> diff -r 800442576617 arch/powerpc/kernel/head_64.S
> --- a/arch/powerpc/kernel/head_64.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/head_64.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc64/kernel/head.S
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *
> diff -r 800442576617 arch/powerpc/kernel/head_8xx.S
> --- a/arch/powerpc/kernel/head_8xx.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/head_8xx.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/except_8xx.S
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *  Rewritten by Cort Dougan (cort at cs.nmt.edu) for PReP
> diff -r 800442576617 arch/powerpc/kernel/head_fsl_booke.S
> --- a/arch/powerpc/kernel/head_fsl_booke.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/head_fsl_booke.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/head_fsl_booke.S
> - *
>   * Kernel execution entry point code.
>   *
>   *    Copyright (c) 1995-1996 Gary Thomas <gdt at linuxppc.org>
> diff -r 800442576617 arch/powerpc/kernel/iomap.c
> --- a/arch/powerpc/kernel/iomap.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/iomap.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/kernel/iomap.c
> - *
>   * ppc64 "iomap" interface implementation.
>   *
>   * (C) Copyright 2004 Linus Torvalds
> diff -r 800442576617 arch/powerpc/kernel/iommu.c
> --- a/arch/powerpc/kernel/iommu.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/iommu.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,4 @@
>  /*
> - * arch/ppc64/kernel/iommu.c
>   * Copyright (C) 2001 Mike Corrigan & Dave Engebretsen, IBM  
> Corporation
>   *
>   * Rewrite, cleanup, new allocation schemes, virtual merging:
> diff -r 800442576617 arch/powerpc/kernel/irq.c
> --- a/arch/powerpc/kernel/irq.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/irq.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/irq.c
> - *
>   *  Derived from arch/i386/kernel/irq.c
>   *    Copyright (C) 1992 Linus Torvalds
>   *  Adapted from arch/i386 by Gary Thomas
> diff -r 800442576617 arch/powerpc/kernel/kprobes.c
> --- a/arch/powerpc/kernel/kprobes.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/kprobes.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,5 @@
>  /*
>   *  Kernel Probes (KProbes)
> - *  arch/ppc64/kernel/kprobes.c
>   *
>   * This program is free software; you can redistribute it and/or  
> modify
>   * it under the terms of the GNU General Public License as  
> published by
> diff -r 800442576617 arch/powerpc/kernel/pci_iommu.c
> --- a/arch/powerpc/kernel/pci_iommu.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/pci_iommu.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,4 @@
>  /*
> - * arch/ppc64/kernel/pci_iommu.c
>   * Copyright (C) 2001 Mike Corrigan & Dave Engebretsen, IBM  
> Corporation
>   *
>   * Rewrite, cleanup, new allocation schemes:
> diff -r 800442576617 arch/powerpc/kernel/process.c
> --- a/arch/powerpc/kernel/process.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/process.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/process.c
> - *
>   *  Derived from "arch/i386/kernel/process.c"
>   *    Copyright (C) 1995  Linus Torvalds
>   *
> diff -r 800442576617 arch/powerpc/kernel/ptrace-common.h
> --- a/arch/powerpc/kernel/ptrace-common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/ptrace-common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  linux/arch/ppc64/kernel/ptrace-common.h
> - *
>   *    Copyright (c) 2002 Stephen Rothwell, IBM Coproration
>   *    Extracted from ptrace.c and ptrace32.c
>   *
> diff -r 800442576617 arch/powerpc/kernel/rtas-proc.c
> --- a/arch/powerpc/kernel/rtas-proc.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/rtas-proc.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,4 @@
>  /*
> - *   arch/ppc64/kernel/rtas-proc.c
>   *   Copyright (C) 2000 Tilmann Bitterberg
>   *   (tilmann at bitterberg.de)
>   *
> diff -r 800442576617 arch/powerpc/kernel/rtas_pci.c
> --- a/arch/powerpc/kernel/rtas_pci.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/rtas_pci.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/kernel/rtas_pci.c
> - *
>   * Copyright (C) 2001 Dave Engebretsen, IBM Corporation
>   * Copyright (C) 2003 Anton Blanchard <anton at au.ibm.com>, IBM
>   *
> diff -r 800442576617 arch/powerpc/kernel/signal_64.c
> --- a/arch/powerpc/kernel/signal_64.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/signal_64.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  linux/arch/ppc64/kernel/signal.c
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *
> diff -r 800442576617 arch/powerpc/kernel/vdso.c
> --- a/arch/powerpc/kernel/vdso.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/kernel/vdso.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  linux/arch/ppc64/kernel/vdso.c
> - *
>   *    Copyright (C) 2004 Benjamin Herrenschmidt, IBM Corp.
>   *			 <benh at kernel.crashing.org>
>   *
> diff -r 800442576617 arch/powerpc/lib/copypage_64.S
> --- a/arch/powerpc/lib/copypage_64.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/lib/copypage_64.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/lib/copypage.S
> - *
>   * Copyright (C) 2002 Paul Mackerras, IBM Corp.
>   *
>   * This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/powerpc/lib/copyuser_64.S
> --- a/arch/powerpc/lib/copyuser_64.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/lib/copyuser_64.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/lib/copyuser.S
> - *
>   * Copyright (C) 2002 Paul Mackerras, IBM Corp.
>   *
>   * This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/powerpc/lib/e2a.c
> --- a/arch/powerpc/lib/e2a.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/lib/e2a.c	Sat Jan 14 23:40:17 2006
> @@ -1,9 +1,7 @@
>  /*
> - *  arch/ppc64/lib/e2a.c
> - *
>   *  EBCDIC to ASCII conversion
>   *
> - * This function moved here from arch/ppc64/kernel/viopath.c
> + * This function moved here from arch/powerpc/platforms/iseries/ 
> viopath.c
>   *
>   * (C) Copyright 2000-2004 IBM Corporation
>   *
> diff -r 800442576617 arch/powerpc/lib/memcpy_64.S
> --- a/arch/powerpc/lib/memcpy_64.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/lib/memcpy_64.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/lib/memcpy.S
> - *
>   * Copyright (C) 2002 Paul Mackerras, IBM Corp.
>   *
>   * This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/powerpc/lib/rheap.c
> --- a/arch/powerpc/lib/rheap.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/lib/rheap.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/rheap.c
> - *
>   * A Remote Heap.  Remote means that we don't touch the memory  
> that the
>   * heap points to. Normal heap implementations use the memory they  
> manage
>   * to place their list. We cannot do that because the memory we  
> manage may
> diff -r 800442576617 arch/powerpc/mm/fault.c
> --- a/arch/powerpc/mm/fault.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/mm/fault.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/mm/fault.c
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *
> diff -r 800442576617 arch/powerpc/mm/hash_low_32.S
> --- a/arch/powerpc/mm/hash_low_32.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/mm/hash_low_32.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/hashtable.S
> - *
>   *  $Id: hashtable.S,v 1.6 1999/10/08 01:56:15 paulus Exp $
>   *
>   *  PowerPC version
> diff -r 800442576617 arch/powerpc/mm/mmap.c
> --- a/arch/powerpc/mm/mmap.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/mm/mmap.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  linux/arch/ppc64/mm/mmap.c
> - *
>   *  flexible mmap layout support
>   *
>   * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
> diff -r 800442576617 arch/powerpc/mm/slb_low.S
> --- a/arch/powerpc/mm/slb_low.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/mm/slb_low.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/mm/slb_low.S
> - *
>   * Low-level SLB routines
>   *
>   * Copyright (C) 2004 David Gibson <dwg at au.ibm.com>, IBM
> diff -r 800442576617 arch/powerpc/mm/tlb_64.c
> --- a/arch/powerpc/mm/tlb_64.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/mm/tlb_64.c	Sat Jan 14 23:40:17 2006
> @@ -36,7 +36,7 @@
>  DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch);
>
>  /* This is declared as we are using the more or less generic
> - * include/asm-ppc64/tlb.h file -- tgall
> + * include/asm-powerpc/tlb.h file -- tgall
>   */
>  DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
>  DEFINE_PER_CPU(struct pte_freelist_batch *, pte_freelist_cur);
> diff -r 800442576617 arch/powerpc/platforms/chrp/pegasos_eth.c
> --- a/arch/powerpc/platforms/chrp/pegasos_eth.c	Sat Jan 14 05:24:55  
> 2006
> +++ b/arch/powerpc/platforms/chrp/pegasos_eth.c	Sat Jan 14 23:40:17  
> 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/chrp_pegasos_eth.c
> - *
>   *  Copyright (C) 2005 Sven Luther <sl at bplan-gmbh.de>
>   *  Thanks to :
>   *	Dale Farnsworth <dale at farnsworth.org>
> diff -r 800442576617 arch/powerpc/platforms/chrp/setup.c
> --- a/arch/powerpc/platforms/chrp/setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/chrp/setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/setup.c
> - *
>   *  Copyright (C) 1995  Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/powerpc/platforms/chrp/time.c
> --- a/arch/powerpc/platforms/chrp/time.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/chrp/time.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/chrp_time.c
> - *
>   *  Copyright (C) 1991, 1992, 1995  Linus Torvalds
>   *
>   * Adapted for PowerPC (PReP) by Gary Thomas
> diff -r 800442576617 arch/powerpc/platforms/maple/time.c
> --- a/arch/powerpc/platforms/maple/time.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/maple/time.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc64/kernel/maple_time.c
> - *
>   *  (c) Copyright 2004 Benjamin Herrenschmidt  
> (benh at kernel.crashing.org),
>   *                     IBM Corp.
>   *
> diff -r 800442576617 arch/powerpc/platforms/powermac/cpufreq_32.c
> --- a/arch/powerpc/platforms/powermac/cpufreq_32.c	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/powerpc/platforms/powermac/cpufreq_32.c	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_cpufreq.c
> - *
>   *  Copyright (C) 2002 - 2005 Benjamin Herrenschmidt  
> <benh at kernel.crashing.org>
>   *  Copyright (C) 2004        John Steele Scott <toojays at toojays.net>
>   *
> diff -r 800442576617 arch/powerpc/platforms/powermac/feature.c
> --- a/arch/powerpc/platforms/powermac/feature.c	Sat Jan 14 05:24:55  
> 2006
> +++ b/arch/powerpc/platforms/powermac/feature.c	Sat Jan 14 23:40:17  
> 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_feature.c
> - *
>   *  Copyright (C) 1996-2001 Paul Mackerras (paulus at cs.anu.edu.au)
>   *                          Ben. Herrenschmidt  
> (benh at kernel.crashing.org)
>   *
> diff -r 800442576617 arch/powerpc/platforms/powermac/nvram.c
> --- a/arch/powerpc/platforms/powermac/nvram.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/powermac/nvram.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_nvram.c
> - *
>   *  Copyright (C) 2002 Benjamin Herrenschmidt  
> (benh at kernel.crashing.org)
>   *
>   *  This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/powerpc/platforms/pseries/hvCall.S
> --- a/arch/powerpc/platforms/pseries/hvCall.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/pseries/hvCall.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/kernel/pSeries_hvCall.S
> - *
>   * This file contains the generic code to perform a call to the
>   * pSeries LPAR hypervisor.
>   * NOTE: this file will go away when we move to inline this work.
> diff -r 800442576617 arch/powerpc/platforms/pseries/iommu.c
> --- a/arch/powerpc/platforms/pseries/iommu.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/pseries/iommu.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/kernel/pSeries_iommu.c
> - *
>   * Copyright (C) 2001 Mike Corrigan & Dave Engebretsen, IBM  
> Corporation
>   *
>   * Rewrite, cleanup:
> diff -r 800442576617 arch/powerpc/platforms/pseries/pci.c
> --- a/arch/powerpc/platforms/pseries/pci.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/platforms/pseries/pci.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc64/kernel/pSeries_pci.c
> - *
>   * Copyright (C) 2001 Dave Engebretsen, IBM Corporation
>   * Copyright (C) 2003 Anton Blanchard <anton at au.ibm.com>, IBM
>   *
> diff -r 800442576617 arch/powerpc/sysdev/dcr.S
> --- a/arch/powerpc/sysdev/dcr.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/sysdev/dcr.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/dcr.S
> - *
>   * "Indirect" DCR access
>   *
>   * Copyright (c) 2004 Eugene Surovegin <ebs at ebshome.net>
> diff -r 800442576617 arch/powerpc/sysdev/ipic.h
> --- a/arch/powerpc/sysdev/ipic.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/powerpc/sysdev/ipic.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ipic.h
> - *
>   * IPIC private definitions and structure.
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/4xx_io/serial_sicc.c
> --- a/arch/ppc/4xx_io/serial_sicc.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/4xx_io/serial_sicc.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/4xx_io/serial_sicc.c
> - *
>   *  Driver for IBM STB3xxx SICC serial port
>   *
>   *  Based on drivers/char/serial_amba.c, by ARM Ltd.
> diff -r 800442576617 arch/ppc/amiga/amiints.c
> --- a/arch/ppc/amiga/amiints.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/amiga/amiints.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,5 @@
>  /*
> - * arch/ppc/amiga/amiints.c -- Amiga Linux interrupt handling code
> + * Amiga Linux interrupt handling code
>   *
>   * 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
> diff -r 800442576617 arch/ppc/amiga/bootinfo.c
> --- a/arch/ppc/amiga/bootinfo.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/amiga/bootinfo.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/amiga/bootinfo.c
> - *
>   *  Extracted from arch/m68k/kernel/setup.c.
>   *  Should be properly generalized and put somewhere else.
>   *                              Jesper
> diff -r 800442576617 arch/ppc/amiga/cia.c
> --- a/arch/ppc/amiga/cia.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/amiga/cia.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/amiga/cia.c - CIA support
> - *
>   *  Copyright (C) 1996 Roman Zippel
>   *
>   *  The concept of some functions bases on the original Amiga OS  
> function
> diff -r 800442576617 arch/ppc/amiga/ints.c
> --- a/arch/ppc/amiga/ints.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/amiga/ints.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/amiga/ints.c
> - *
>   *  Linux/m68k general interrupt handling code from arch/m68k/ 
> kernel/ints.c
>   *  Needed to drive the m68k emulating IRQ hardware on the PowerUp  
> boards.
>   */
> diff -r 800442576617 arch/ppc/boot/Makefile
> --- a/arch/ppc/boot/Makefile	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/Makefile	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,3 @@
> -#
> -# arch/ppc/boot/Makefile
> -#
>  # 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
>  # for more details.
> diff -r 800442576617 arch/ppc/boot/common/Makefile
> --- a/arch/ppc/boot/common/Makefile	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/common/Makefile	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,3 @@
> -#
> -# arch/ppc/boot/common/Makefile
> -#
>  # 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
>  # for more details.
> diff -r 800442576617 arch/ppc/boot/common/bootinfo.c
> --- a/arch/ppc/boot/common/bootinfo.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/common/bootinfo.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/common/bootinfo.c
> - *
>   * General bootinfo record utilities
>   * Author: Randy Vinson <rvinson at mvista.com>
>   *
> diff -r 800442576617 arch/ppc/boot/common/misc-common.c
> --- a/arch/ppc/boot/common/misc-common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/common/misc-common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/common/misc-common.c
> - *
>   * Misc. bootloader code (almost) all platforms can use
>   *
>   * Author: Johnnie Peters <jpeters at mvista.com>
> diff -r 800442576617 arch/ppc/boot/common/serial_stub.c
> --- a/arch/ppc/boot/common/serial_stub.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/common/serial_stub.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/common/serial_stub.c
> - *
>   * This is a few stub routines to make the boot code cleaner  
> looking when
>   * there is no serial port support doesn't need to be closed, for  
> example.
>   *
> diff -r 800442576617 arch/ppc/boot/common/util.S
> --- a/arch/ppc/boot/common/util.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/common/util.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/common/util.S
> - *
>   * Useful bootup functions, which are more easily done in asm than C.
>   *
>   * NOTE:  Be very very careful about the registers you use here.
> diff -r 800442576617 arch/ppc/boot/include/mpc10x.h
> --- a/arch/ppc/boot/include/mpc10x.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/include/mpc10x.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/include/mpc10.h
> - *
>   * Common defines for the Motorola SPS MPC106/8240/107 Host bridge/ 
> Mem
>   * ctrl/EPIC/etc.
>   *
> diff -r 800442576617 arch/ppc/boot/simple/cpc700_memory.c
> --- a/arch/ppc/boot/simple/cpc700_memory.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/cpc700_memory.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/common/cpc700_memory.c
> - *
>   * Find memory based upon settings in the CPC700 bridge
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/boot/simple/head.S
> --- a/arch/ppc/boot/simple/head.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/head.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/head.S
> - *
>   * Initial board bringup code for many different boards.
>   *
>   * Author: Tom Rini
> diff -r 800442576617 arch/ppc/boot/simple/misc-chestnut.c
> --- a/arch/ppc/boot/simple/misc-chestnut.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-chestnut.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-chestnut.c
> - *
>   * Setup for the IBM Chestnut (ibm-750fxgx_eval)
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc-cpci690.c
> --- a/arch/ppc/boot/simple/misc-cpci690.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-cpci690.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-cpci690.c
> - *
>   * Add birec data for Force CPCI690 board.
>   *
>   * Author: Mark A. Greer <source at mvista.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc-ev64260.c
> --- a/arch/ppc/boot/simple/misc-ev64260.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-ev64260.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-ev64260.c
> - *
>   * Host bridge init code for the Marvell/Galileo EV-64260-BP  
> evaluation board
>   * with a GT64260 onboard.
>   *
> diff -r 800442576617 arch/ppc/boot/simple/misc-ev64360.c
> --- a/arch/ppc/boot/simple/misc-ev64360.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-ev64360.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-ev64360.c
>   * Copyright (C) 2005 Lee Nicks <allinux at gmail.com>
>   *
>   * Based on arch/ppc/boot/simple/misc-katana.c from:
> diff -r 800442576617 arch/ppc/boot/simple/misc-katana.c
> --- a/arch/ppc/boot/simple/misc-katana.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-katana.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-katana.c
> - *
>   * Set up MPSC values to bootwrapper can prompt user.
>   *
>   * Author: Mark A. Greer <source at mvista.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc-mv64x60.c
> --- a/arch/ppc/boot/simple/misc-mv64x60.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-mv64x60.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-mv64x60.c
> - *
>   * Relocate bridge's register base and call board specific routine.
>   *
>   * Author: Mark A. Greer <source at mvista.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc-prep.c
> --- a/arch/ppc/boot/simple/misc-prep.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-prep.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-prep.c
> - *
>   * Maintainer: Tom Rini <trini at kernel.crashing.org>
>   *
>   * In the past: Gary Thomas, Cort Dougan <cort at cs.nmt.edu>
> diff -r 800442576617 arch/ppc/boot/simple/misc-radstone_ppc7d.c
> --- a/arch/ppc/boot/simple/misc-radstone_ppc7d.c	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-radstone_ppc7d.c	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/misc-radstone_ppc7d.c
> - *
>   * Misc data for Radstone PPC7D board.
>   *
>   * Author: James Chapman <jchapman at katalix.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc-spruce.c
> --- a/arch/ppc/boot/simple/misc-spruce.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc-spruce.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/spruce/misc.c
> - *
>   * Misc. bootloader code for IBM Spruce reference platform
>   *
>   * Authors: Johnnie Peters <jpeters at mvista.com>
> diff -r 800442576617 arch/ppc/boot/simple/misc.c
> --- a/arch/ppc/boot/simple/misc.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/misc.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/simple/misc.c
> - *
>   * Misc. bootloader code for many machines.  This assumes you have  
> are using
>   * a 6xx/7xx/74xx CPU in your machine.  This assumes the chunk of  
> memory
>   * below 8MB is free.  Finally, it assumes you have a NS16550- 
> style uart for
> diff -r 800442576617 arch/ppc/boot/simple/mpc10x_memory.c
> --- a/arch/ppc/boot/simple/mpc10x_memory.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/mpc10x_memory.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/common/mpc10x_common.c
> - *
>   * A routine to find out how much memory the machine has.
>   *
>   * Based on:
> diff -r 800442576617 arch/ppc/boot/simple/mpc52xx_tty.c
> --- a/arch/ppc/boot/simple/mpc52xx_tty.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/mpc52xx_tty.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/mpc52xx_tty.c
> - *
>   * Minimal serial functions needed to send messages out a MPC52xx
>   * Programmable Serial Controller (PSC).
>   *
> diff -r 800442576617 arch/ppc/boot/simple/mv64x60_tty.c
> --- a/arch/ppc/boot/simple/mv64x60_tty.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/mv64x60_tty.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/mv64x60_tty.c
> - *
>   * Bootloader version of the embedded MPSC/UART driver for the  
> Marvell 64x60.
>   * Note: Due to a GT64260A erratum, DMA will be used for UART  
> input (via SDMA).
>   *
> diff -r 800442576617 arch/ppc/boot/simple/openbios.c
> --- a/arch/ppc/boot/simple/openbios.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/openbios.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/openbios.c
> - *
>   * Copyright (c) 2005 DENX Software Engineering
>   * Stefan Roese <sr at denx.de>
>   *
> diff -r 800442576617 arch/ppc/boot/simple/relocate.S
> --- a/arch/ppc/boot/simple/relocate.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/simple/relocate.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/simple/relocate.S
> - *
>   * This is the common part of the loader relocation and  
> initialization
>   * process.  All of the board/processor specific initialization is
>   * done before we get here.
> diff -r 800442576617 arch/ppc/boot/utils/mkbugboot.c
> --- a/arch/ppc/boot/utils/mkbugboot.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/boot/utils/mkbugboot.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/boot/utils/mkbugboot.c
> - *
>   * Makes a Motorola PPCBUG ROM bootable image which can be flashed
>   * into one of the FLASH banks on a Motorola PowerPlus board.
>   *
> diff -r 800442576617 arch/ppc/kernel/head_44x.S
> --- a/arch/ppc/kernel/head_44x.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/kernel/head_44x.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/head_44x.S
> - *
>   * Kernel execution entry point code.
>   *
>   *    Copyright (c) 1995-1996 Gary Thomas <gdt at linuxppc.org>
> diff -r 800442576617 arch/ppc/kernel/head_8xx.S
> --- a/arch/ppc/kernel/head_8xx.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/kernel/head_8xx.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/except_8xx.S
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *  Rewritten by Cort Dougan (cort at cs.nmt.edu) for PReP
> diff -r 800442576617 arch/ppc/kernel/head_fsl_booke.S
> --- a/arch/ppc/kernel/head_fsl_booke.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/kernel/head_fsl_booke.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/head_fsl_booke.S
> - *
>   * Kernel execution entry point code.
>   *
>   *    Copyright (c) 1995-1996 Gary Thomas <gdt at linuxppc.org>
> diff -r 800442576617 arch/ppc/kernel/traps.c
> --- a/arch/ppc/kernel/traps.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/kernel/traps.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/traps.c
> - *
>   *  Copyright (C) 1995-1996  Gary Thomas (gdt at linuxppc.org)
>   *
>   *  This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/ppc/lib/rheap.c
> --- a/arch/ppc/lib/rheap.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/lib/rheap.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/rheap.c
> - *
>   * A Remote Heap.  Remote means that we don't touch the memory  
> that the
>   * heap points to. Normal heap implementations use the memory they  
> manage
>   * to place their list. We cannot do that because the memory we  
> manage may
> diff -r 800442576617 arch/ppc/math-emu/math.c
> --- a/arch/ppc/math-emu/math.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/math-emu/math.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/math-emu/math.c
> - *
>   * Copyright (C) 1999  Eddie C. Dost  (ecd at atecom.com)
>   */
>
> diff -r 800442576617 arch/ppc/mm/fault.c
> --- a/arch/ppc/mm/fault.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/mm/fault.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/mm/fault.c
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *
> diff -r 800442576617 arch/ppc/mm/hashtable.S
> --- a/arch/ppc/mm/hashtable.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/mm/hashtable.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/hashtable.S
> - *
>   *  $Id: hashtable.S,v 1.6 1999/10/08 01:56:15 paulus Exp $
>   *
>   *  PowerPC version
> diff -r 800442576617 arch/ppc/platforms/4xx/bamboo.c
> --- a/arch/ppc/platforms/4xx/bamboo.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/bamboo.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/bamboo.c
> - *
>   * Bamboo board specific routines
>   *
>   * Wade Farnsworth <wfarnsworth at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/bamboo.h
> --- a/arch/ppc/platforms/4xx/bamboo.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/bamboo.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/bamboo.h
> - *
>   * Bamboo board definitions
>   *
>   * Wade Farnsworth <wfarnsworth at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/bubinga.h
> --- a/arch/ppc/platforms/4xx/bubinga.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/bubinga.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/bubinga.h
> - *
>   * Bubinga board definitions
>   *
>   * Copyright (c) 2005 DENX Software Engineering
> diff -r 800442576617 arch/ppc/platforms/4xx/cpci405.c
> --- a/arch/ppc/platforms/4xx/cpci405.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/cpci405.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/cpci405.c
> - *
>   * Board setup routines for the esd CPCI-405 cPCI Board.
>   *
>   * Author: Stefan Roese
> diff -r 800442576617 arch/ppc/platforms/4xx/ebony.c
> --- a/arch/ppc/platforms/4xx/ebony.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ebony.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ebony.c
> - *
>   * Ebony board specific routines
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ebony.h
> --- a/arch/ppc/platforms/4xx/ebony.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ebony.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ebony.h
> - *
>   * Ebony board definitions
>   *
>   * Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ep405.c
> --- a/arch/ppc/platforms/4xx/ep405.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ep405.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ep405.c
> - *
>   * Embedded Planet 405GP board
>   * http://www.embeddedplanet.com
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/ep405.h
> --- a/arch/ppc/platforms/4xx/ep405.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ep405.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ep405.h
> - *
>   * Embedded Planet 405GP board
>   * http://www.embeddedplanet.com
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm405ep.c
> --- a/arch/ppc/platforms/4xx/ibm405ep.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm405ep.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ibm405ep.c
> - *
>   * Support for IBM PPC 405EP processors.
>   *
>   * Author: SAW (IBM), derived from ibmnp405l.c.
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm405ep.h
> --- a/arch/ppc/platforms/4xx/ibm405ep.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm405ep.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm405ep.h
> - *
>   * IBM PPC 405EP processor defines.
>   *
>   * Author: SAW (IBM), derived from ibm405gp.h.
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm405gp.h
> --- a/arch/ppc/platforms/4xx/ibm405gp.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm405gp.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm405gp.h
> - *
>   * Author: Armin Kuster akuster at mvista.com
>   *
>   * 2001 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm405gpr.c
> --- a/arch/ppc/platforms/4xx/ibm405gpr.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm405gpr.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm405gpr.c
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm405gpr.h
> --- a/arch/ppc/platforms/4xx/ibm405gpr.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm405gpr.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm405gpr.h
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440ep.c
> --- a/arch/ppc/platforms/4xx/ibm440ep.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440ep.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440ep.c
> - *
>   * PPC440EP I/O descriptions
>   *
>   * Wade Farnsworth <wfarnsworth at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440ep.h
> --- a/arch/ppc/platforms/4xx/ibm440ep.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440ep.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440ep.h
> - *
>   * PPC440EP definitions
>   *
>   * Wade Farnsworth <wfarnsworth at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440gp.c
> --- a/arch/ppc/platforms/4xx/ibm440gp.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440gp.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440gp.c
> - *
>   * PPC440GP I/O descriptions
>   *
>   * Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440gp.h
> --- a/arch/ppc/platforms/4xx/ibm440gp.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440gp.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440gp.h
> - *
>   * PPC440GP definitions
>   *
>   * Roland Dreier <roland at digitalvampire.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440gx.c
> --- a/arch/ppc/platforms/4xx/ibm440gx.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440gx.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440gx.c
> - *
>   * PPC440GX I/O descriptions
>   *
>   * Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440gx.h
> --- a/arch/ppc/platforms/4xx/ibm440gx.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440gx.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ibm440gx.h
> - *
>   * PPC440GX definitions
>   *
>   * Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440sp.c
> --- a/arch/ppc/platforms/4xx/ibm440sp.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440sp.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440sp.c
> - *
>   * PPC440SP I/O descriptions
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibm440sp.h
> --- a/arch/ppc/platforms/4xx/ibm440sp.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibm440sp.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440sp.h
> - *
>   * PPC440SP definitions
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmnp405h.c
> --- a/arch/ppc/platforms/4xx/ibmnp405h.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmnp405h.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmnp405h.c
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2000-2002 (c) MontaVista, Software, Inc.  This file is licensed  
> under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmnp405h.h
> --- a/arch/ppc/platforms/4xx/ibmnp405h.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmnp405h.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmnp405h.h
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmstb4.c
> --- a/arch/ppc/platforms/4xx/ibmstb4.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmstb4.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmstb4.c
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2000-2001 (c) MontaVista, Software, Inc.  This file is licensed  
> under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmstb4.h
> --- a/arch/ppc/platforms/4xx/ibmstb4.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmstb4.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmstb4.h
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2001 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmstbx25.c
> --- a/arch/ppc/platforms/4xx/ibmstbx25.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmstbx25.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmstbx25.c
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2000-2002 (c) MontaVista, Software, Inc.  This file is licensed  
> under
> diff -r 800442576617 arch/ppc/platforms/4xx/ibmstbx25.h
> --- a/arch/ppc/platforms/4xx/ibmstbx25.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ibmstbx25.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibmstbx25.h
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/luan.c
> --- a/arch/ppc/platforms/4xx/luan.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/luan.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/luan.c
> - *
>   * Luan board specific routines
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/luan.h
> --- a/arch/ppc/platforms/4xx/luan.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/luan.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/luan.h
> - *
>   * Luan board definitions
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ocotea.c
> --- a/arch/ppc/platforms/4xx/ocotea.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ocotea.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ocotea.c
> - *
>   * Ocotea board specific routines
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ocotea.h
> --- a/arch/ppc/platforms/4xx/ocotea.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ocotea.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ocotea.h
> - *
>   * Ocotea board definitions
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/4xx/ppc440spe.c
> --- a/arch/ppc/platforms/4xx/ppc440spe.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ppc440spe.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ppc440spe.c
> - *
>   * PPC440SPe I/O descriptions
>   *
>   * Roland Dreier <rolandd at cisco.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/ppc440spe.h
> --- a/arch/ppc/platforms/4xx/ppc440spe.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/ppc440spe.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/ibm440spe.h
> - *
>   * PPC440SPe definitions
>   *
>   * Roland Dreier <rolandd at cisco.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/redwood5.c
> --- a/arch/ppc/platforms/4xx/redwood5.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/redwood5.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/redwood5.c
> - *
>   * Support for the IBM redwood5 eval board file
>   *
>   * Author: Armin Kuster <akuster at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/4xx/redwood5.h
> --- a/arch/ppc/platforms/4xx/redwood5.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/redwood5.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/redwood5.h
> - *
>   * Macros, definitions, and data structures specific to the IBM  
> PowerPC
>   * STB03xxx "Redwood" evaluation board.
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/redwood6.c
> --- a/arch/ppc/platforms/4xx/redwood6.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/redwood6.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/redwood6.c
> - *
>   * Author: Armin Kuster <akuster at mvista.com>
>   *
>   * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
> diff -r 800442576617 arch/ppc/platforms/4xx/redwood6.h
> --- a/arch/ppc/platforms/4xx/redwood6.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/redwood6.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/redwood6.h
> - *
>   * Macros, definitions, and data structures specific to the IBM  
> PowerPC
>   * STBx25xx "Redwood6" evaluation board.
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/sycamore.c
> --- a/arch/ppc/platforms/4xx/sycamore.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/sycamore.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/sycamore.c
> - *
>   * Architecture- / platform-specific boot-time initialization code  
> for
>   * IBM PowerPC 4xx based boards.
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/sycamore.h
> --- a/arch/ppc/platforms/4xx/sycamore.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/sycamore.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/sycamore.h
> - *
>   * Sycamore board definitions
>   *
>   * Copyright (c) 2005 DENX Software Engineering
> diff -r 800442576617 arch/ppc/platforms/4xx/virtex-ii_pro.c
> --- a/arch/ppc/platforms/4xx/virtex-ii_pro.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/virtex-ii_pro.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/virtex-ii_pro.c
> - *
>   * Author: MontaVista Software, Inc.
>   *         source at mvista.com
>   *
> diff -r 800442576617 arch/ppc/platforms/4xx/virtex-ii_pro.h
> --- a/arch/ppc/platforms/4xx/virtex-ii_pro.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/virtex-ii_pro.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/virtex-ii_pro.h
> - *
>   * Include file that defines the Xilinx Virtex-II Pro processor
>   *
>   * Author: MontaVista Software, Inc.
> diff -r 800442576617 arch/ppc/platforms/4xx/walnut.c
> --- a/arch/ppc/platforms/4xx/walnut.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/walnut.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/walnut.c
> - *
>   * Architecture- / platform-specific boot-time initialization code  
> for
>   * IBM PowerPC 4xx based boards. Adapted from original
>   * code by Gary Thomas, Cort Dougan <cort at fsmlabs.com>, and Dan Malek
> diff -r 800442576617 arch/ppc/platforms/4xx/walnut.h
> --- a/arch/ppc/platforms/4xx/walnut.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/walnut.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/walnut.h
> - *
>   * Walnut board definitions
>   *
>   * Copyright (c) 2005 DENX Software Engineering
> diff -r 800442576617 arch/ppc/platforms/4xx/xilinx_ml300.c
> --- a/arch/ppc/platforms/4xx/xilinx_ml300.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/xilinx_ml300.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/xilinx_ml300.c
> - *
>   * Xilinx ML300 evaluation board initialization
>   *
>   * Author: MontaVista Software, Inc.
> diff -r 800442576617 arch/ppc/platforms/4xx/xilinx_ml300.h
> --- a/arch/ppc/platforms/4xx/xilinx_ml300.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/xilinx_ml300.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/xilinx_ml300.h
> - *
>   * Include file that defines the Xilinx ML300 evaluation board
>   *
>   * Author: MontaVista Software, Inc.
> diff -r 800442576617 arch/ppc/platforms/4xx/yucca.c
> --- a/arch/ppc/platforms/4xx/yucca.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/yucca.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/yucca.c
> - *
>   * Yucca board specific routines
>   *
>   * Roland Dreier <rolandd at cisco.com> (based on luan.c by Matt Porter)
> diff -r 800442576617 arch/ppc/platforms/4xx/yucca.h
> --- a/arch/ppc/platforms/4xx/yucca.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/4xx/yucca.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/4xx/yucca.h
> - *
>   * Yucca board definitions
>   *
>   * Roland Dreier <rolandd at cisco.com> (based on luan.h by Matt Porter)
> diff -r 800442576617 arch/ppc/platforms/83xx/mpc834x_sys.c
> --- a/arch/ppc/platforms/83xx/mpc834x_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/83xx/mpc834x_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/83xx/mpc834x_sys.c
> - *
>   * MPC834x SYS board specific routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/83xx/mpc834x_sys.h
> --- a/arch/ppc/platforms/83xx/mpc834x_sys.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/83xx/mpc834x_sys.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/83xx/mpc834x_sys.h
> - *
>   * MPC834X SYS common board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc8540_ads.c
> --- a/arch/ppc/platforms/85xx/mpc8540_ads.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc8540_ads.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc8540_ads.c
> - *
>   * MPC8540ADS board specific routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc8540_ads.h
> --- a/arch/ppc/platforms/85xx/mpc8540_ads.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc8540_ads.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc8540_ads.h
> - *
>   * MPC8540ADS board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc8555_cds.h
> --- a/arch/ppc/platforms/85xx/mpc8555_cds.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc8555_cds.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/mpc8555_cds.h
> - *
>   * MPC8555CDS board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc8560_ads.c
> --- a/arch/ppc/platforms/85xx/mpc8560_ads.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc8560_ads.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc8560_ads.c
> - *
>   * MPC8560ADS board specific routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc8560_ads.h
> --- a/arch/ppc/platforms/85xx/mpc8560_ads.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc8560_ads.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/mpc8560_ads.h
> - *
>   * MPC8540ADS board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc85xx_ads_common.c
> --- a/arch/ppc/platforms/85xx/mpc85xx_ads_common.c	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc85xx_ads_common.c	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc85xx_ads_common.c
> - *
>   * MPC85xx ADS board common routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc85xx_ads_common.h
> --- a/arch/ppc/platforms/85xx/mpc85xx_ads_common.h	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc85xx_ads_common.h	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc85xx_ads_common.h
> - *
>   * MPC85XX ADS common board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc85xx_cds_common.c
> --- a/arch/ppc/platforms/85xx/mpc85xx_cds_common.c	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc85xx_cds_common.c	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platform/85xx/mpc85xx_cds_common.c
> - *
>   * MPC85xx CDS board specific routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/mpc85xx_cds_common.h
> --- a/arch/ppc/platforms/85xx/mpc85xx_cds_common.h	Sat Jan 14  
> 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/mpc85xx_cds_common.h	Sat Jan 14  
> 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc85xx_cds_common.h
> - *
>   * MPC85xx CDS board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/85xx/sbc8560.c
> --- a/arch/ppc/platforms/85xx/sbc8560.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/sbc8560.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/sbc8560.c
> - *
>   * Wind River SBC8560 board specific routines
>   *
>   * Maintainer: Kumar Gala
> diff -r 800442576617 arch/ppc/platforms/85xx/sbc8560.h
> --- a/arch/ppc/platforms/85xx/sbc8560.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/sbc8560.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/sbc8560.h
> - *
>   * Wind River SBC8560 board definitions
>   *
>   * Copyright 2003 Motorola Inc.
> diff -r 800442576617 arch/ppc/platforms/85xx/sbc85xx.c
> --- a/arch/ppc/platforms/85xx/sbc85xx.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/sbc85xx.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platform/85xx/sbc85xx.c
> - *
>   * WindRiver PowerQUICC III SBC85xx board common routines
>   *
>   * Copyright 2002, 2003 Motorola Inc.
> diff -r 800442576617 arch/ppc/platforms/85xx/sbc85xx.h
> --- a/arch/ppc/platforms/85xx/sbc85xx.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/sbc85xx.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/sbc85xx.h
> - *
>   * WindRiver PowerQUICC III SBC85xx common board definitions
>   *
>   * Copyright 2003 Motorola Inc.
> diff -r 800442576617 arch/ppc/platforms/85xx/stx_gp3.c
> --- a/arch/ppc/platforms/85xx/stx_gp3.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/stx_gp3.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/stx_gp3.c
> - *
>   * STx GP3 board specific routines
>   *
>   * Dan Malek <dan at embeddededge.com>
> diff -r 800442576617 arch/ppc/platforms/85xx/stx_gp3.h
> --- a/arch/ppc/platforms/85xx/stx_gp3.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/stx_gp3.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/stx8560_gp3.h
> - *
>   * STx GP3 board definitions
>   *
>   * Dan Malek (dan at embeddededge.com)
> diff -r 800442576617 arch/ppc/platforms/85xx/tqm85xx.c
> --- a/arch/ppc/platforms/85xx/tqm85xx.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/tqm85xx.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/tqm85xx.c
> - *
>   * TQM85xx (40/41/55/60) board specific routines
>   *
>   * Copyright (c) 2005 DENX Software Engineering
> diff -r 800442576617 arch/ppc/platforms/85xx/tqm85xx.h
> --- a/arch/ppc/platforms/85xx/tqm85xx.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/85xx/tqm85xx.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/tqm85xx.h
> - *
>   * TQM85xx (40/41/55/60) board definitions
>   *
>   * Copyright (c) 2005 DENX Software Engineering
> diff -r 800442576617 arch/ppc/platforms/apus_setup.c
> --- a/arch/ppc/platforms/apus_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/apus_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/apus_setup.c
> - *
>   *  Copyright (C) 1998, 1999  Jesper Skov
>   *
>   *  Basically what is needed to replace functionality found in
> diff -r 800442576617 arch/ppc/platforms/chestnut.c
> --- a/arch/ppc/platforms/chestnut.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/chestnut.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/chestnut.c
> - *
>   * Board setup routines for IBM Chestnut
>   *
>   * Author: <source at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/chestnut.h
> --- a/arch/ppc/platforms/chestnut.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/chestnut.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/chestnut.h
> - *
>   * Definitions for IBM 750FXGX Eval (Chestnut)
>   *
>   * Author: <source at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/chrp_pegasos_eth.c
> --- a/arch/ppc/platforms/chrp_pegasos_eth.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/chrp_pegasos_eth.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/chrp_pegasos_eth.c
> - *
>   *  Copyright (C) 2005 Sven Luther <sl at bplan-gmbh.de>
>   *  Thanks to :
>   *	Dale Farnsworth <dale at farnsworth.org>
> diff -r 800442576617 arch/ppc/platforms/chrp_setup.c
> --- a/arch/ppc/platforms/chrp_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/chrp_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/setup.c
> - *
>   *  Copyright (C) 1995  Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/ppc/platforms/chrp_time.c
> --- a/arch/ppc/platforms/chrp_time.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/chrp_time.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/chrp_time.c
> - *
>   *  Copyright (C) 1991, 1992, 1995  Linus Torvalds
>   *
>   * Adapted for PowerPC (PReP) by Gary Thomas
> diff -r 800442576617 arch/ppc/platforms/cpci690.c
> --- a/arch/ppc/platforms/cpci690.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/cpci690.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/cpci690.c
> - *
>   * Board setup routines for the Force CPCI690 board.
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/cpci690.h
> --- a/arch/ppc/platforms/cpci690.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/cpci690.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/cpci690.h
> - *
>   * Definitions for Force CPCI690
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/ev64260.c
> --- a/arch/ppc/platforms/ev64260.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/ev64260.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ev64260.c
> - *
>   * Board setup routines for the Marvell/Galileo EV-64260-BP  
> Evaluation Board.
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/ev64260.h
> --- a/arch/ppc/platforms/ev64260.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/ev64260.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ev64260.h
> - *
>   * Definitions for Marvell/Galileo EV-64260-BP Evaluation Board.
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/ev64360.c
> --- a/arch/ppc/platforms/ev64360.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/ev64360.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ev64360.c
> - *
>   * Board setup routines for the Marvell EV-64360-BP Evaluation Board.
>   *
>   * Author: Lee Nicks <allinux at gmail.com>
> diff -r 800442576617 arch/ppc/platforms/ev64360.h
> --- a/arch/ppc/platforms/ev64360.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/ev64360.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/ev64360.h
> - *
>   * Definitions for Marvell EV-64360-BP Evaluation Board.
>   *
>   * Author: Lee Nicks <allinux at gmail.com>
> diff -r 800442576617 arch/ppc/platforms/gemini.h
> --- a/arch/ppc/platforms/gemini.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/gemini.h	Sat Jan 14 23:40:17 2006
> @@ -1,7 +1,4 @@
>  /*
> - *  arch/ppc/platforms/gemini.h
> - *
> - *
>   *  Onboard registers and descriptions for Synergy Microsystems'
>   *  "Gemini" boards.
>   *
> diff -r 800442576617 arch/ppc/platforms/gemini_prom.S
> --- a/arch/ppc/platforms/gemini_prom.S	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/gemini_prom.S	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/gemini_prom.S
> - *
>   *  Not really prom support code (yet), but sort of anti-prom  
> code.  The current
>   *  bootloader does a number of things it shouldn't and doesn't do  
> things that it
>   *  should.  The stuff in here is mainly a hodge-podge collection  
> of setup code
> diff -r 800442576617 arch/ppc/platforms/gemini_setup.c
> --- a/arch/ppc/platforms/gemini_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/gemini_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/gemini_setup.c
> - *
>   *  Copyright (C) 1995 Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/ppc/platforms/hdpu.c
> --- a/arch/ppc/platforms/hdpu.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/hdpu.c	Sat Jan 14 23:40:17 2006
> @@ -1,7 +1,4 @@
> -
>  /*
> - * arch/ppc/platforms/hdpu_setup.c
> - *
>   * Board setup routines for the Sky Computers HDPU Compute Blade.
>   *
>   * Written by Brian Waite <waite at skycomputers.com>
> diff -r 800442576617 arch/ppc/platforms/hdpu.h
> --- a/arch/ppc/platforms/hdpu.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/hdpu.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/hdpu.h
> - *
>   * Definitions for Sky Computers HDPU board.
>   *
>   * Brian Waite <waite at skycomputers.com>
> diff -r 800442576617 arch/ppc/platforms/katana.c
> --- a/arch/ppc/platforms/katana.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/katana.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/katana.c
> - *
>   * Board setup routines for the Artesyn Katana cPCI boards.
>   *
>   * Author: Tim Montgomery <timm at artesyncp.com>
> diff -r 800442576617 arch/ppc/platforms/katana.h
> --- a/arch/ppc/platforms/katana.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/katana.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/katana.h
> - *
>   * Definitions for Artesyn Katana750i/3750 board.
>   *
>   * Author: Tim Montgomery <timm at artesyncp.com>
> diff -r 800442576617 arch/ppc/platforms/lite5200.c
> --- a/arch/ppc/platforms/lite5200.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/lite5200.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/lite5200.c
> - *
>   * Platform support file for the Freescale LITE5200 based on MPC52xx.
>   * A maximum of this file should be moved to syslib/mpc52xx_?????
>   * so that new platform based on MPC52xx need a minimal platform file
> diff -r 800442576617 arch/ppc/platforms/lite5200.h
> --- a/arch/ppc/platforms/lite5200.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/lite5200.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/lite5200.h
> - *
>   * Definitions for Freescale LITE5200 : MPC52xx Standard Development
>   * Platform board support
>   *
> diff -r 800442576617 arch/ppc/platforms/lopec.c
> --- a/arch/ppc/platforms/lopec.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/lopec.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/lopec.c
> - *
>   * Setup routines for the Motorola LoPEC.
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/platforms/mvme5100.c
> --- a/arch/ppc/platforms/mvme5100.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/mvme5100.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/mvme5100.c
> - *
>   * Board setup routines for the Motorola MVME5100.
>   *
>   * Author: Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/pal4.h
> --- a/arch/ppc/platforms/pal4.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pal4.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pal4.h
> - *
>   * Definitions for SBS Palomar IV board
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/platforms/pal4_pci.c
> --- a/arch/ppc/platforms/pal4_pci.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pal4_pci.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pal4_pci.c
> - *
>   * PCI support for SBS Palomar IV
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/platforms/pal4_serial.h
> --- a/arch/ppc/platforms/pal4_serial.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pal4_serial.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pal4_serial.h
> - *
>   * Definitions for SBS PalomarIV serial support
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/platforms/pal4_setup.c
> --- a/arch/ppc/platforms/pal4_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pal4_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pal4_setup.c
> - *
>   * Board setup routines for the SBS PalomarIV.
>   *
>   * Author: Dan Cox
> diff -r 800442576617 arch/ppc/platforms/pmac_cpufreq.c
> --- a/arch/ppc/platforms/pmac_cpufreq.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pmac_cpufreq.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_cpufreq.c
> - *
>   *  Copyright (C) 2002 - 2005 Benjamin Herrenschmidt  
> <benh at kernel.crashing.org>
>   *  Copyright (C) 2004        John Steele Scott <toojays at toojays.net>
>   *
> diff -r 800442576617 arch/ppc/platforms/pmac_feature.c
> --- a/arch/ppc/platforms/pmac_feature.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pmac_feature.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_feature.c
> - *
>   *  Copyright (C) 1996-2001 Paul Mackerras (paulus at cs.anu.edu.au)
>   *                          Ben. Herrenschmidt  
> (benh at kernel.crashing.org)
>   *
> diff -r 800442576617 arch/ppc/platforms/pmac_low_i2c.c
> --- a/arch/ppc/platforms/pmac_low_i2c.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pmac_low_i2c.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_low_i2c.c
> - *
>   *  Copyright (C) 2003 Ben. Herrenschmidt (benh at kernel.crashing.org)
>   *
>   *  This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/ppc/platforms/pmac_nvram.c
> --- a/arch/ppc/platforms/pmac_nvram.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pmac_nvram.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/pmac_nvram.c
> - *
>   *  Copyright (C) 2002 Benjamin Herrenschmidt  
> (benh at kernel.crashing.org)
>   *
>   *  This program is free software; you can redistribute it and/or
> diff -r 800442576617 arch/ppc/platforms/pmac_setup.c
> --- a/arch/ppc/platforms/pmac_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pmac_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/setup.c
> - *
>   *  PowerPC version
>   *    Copyright (C) 1995-1996 Gary Thomas (gdt at linuxppc.org)
>   *
> diff -r 800442576617 arch/ppc/platforms/powerpmc250.c
> --- a/arch/ppc/platforms/powerpmc250.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/powerpmc250.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/powerpmc250.c
> - *
>   * Board setup routines for Force PowerPMC-250 Processor PMC
>   *
>   * Author: Troy Benjegerdes <tbenjegerdes at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/pplus.c
> --- a/arch/ppc/platforms/pplus.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pplus.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pplus.c
> - *
>   * Board and PCI setup routines for MCG PowerPlus
>   *
>   * Author: Randy Vinson <rvinson at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/pplus.h
> --- a/arch/ppc/platforms/pplus.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pplus.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pplus.h
> - *
>   * Definitions for Motorola MCG Falcon/Raven & HAWK North Bridge &  
> Memory ctlr.
>   *
>   * Author: Mark A. Greerinclude/asm-ppc/hawk.h
> diff -r 800442576617 arch/ppc/platforms/pq2ads.c
> --- a/arch/ppc/platforms/pq2ads.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/pq2ads.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/pq2ads.c
> - *
>   * PQ2ADS platform support
>   *
>   * Author: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/platforms/prep_setup.c
> --- a/arch/ppc/platforms/prep_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/prep_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/platforms/setup.c
> - *
>   *  Copyright (C) 1995  Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/ppc/platforms/prpmc750.c
> --- a/arch/ppc/platforms/prpmc750.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/prpmc750.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/prpmc750_setup.c
> - *
>   * Board setup routines for Motorola PrPMC750
>   *
>   * Author: Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/prpmc800.c
> --- a/arch/ppc/platforms/prpmc800.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/prpmc800.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/prpmc800.c
> - *
>   * Author: Dale Farnsworth <dale.farnsworth at mvista.com>
>   *
>   * 2001-2004 (c) MontaVista, Software, Inc.  This file is licensed  
> under
> diff -r 800442576617 arch/ppc/platforms/radstone_ppc7d.c
> --- a/arch/ppc/platforms/radstone_ppc7d.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/radstone_ppc7d.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/radstone_ppc7d.c
> - *
>   * Board setup routines for the Radstone PPC7D boards.
>   *
>   * Author: James Chapman <jchapman at katalix.com>
> diff -r 800442576617 arch/ppc/platforms/radstone_ppc7d.h
> --- a/arch/ppc/platforms/radstone_ppc7d.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/radstone_ppc7d.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/radstone_ppc7d.h
> - *
>   * Board definitions for the Radstone PPC7D boards.
>   *
>   * Author: James Chapman <jchapman at katalix.com>
> diff -r 800442576617 arch/ppc/platforms/sandpoint.c
> --- a/arch/ppc/platforms/sandpoint.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/sandpoint.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/sandpoint_setup.c
> - *
>   * Board setup routines for the Motorola SPS Sandpoint Test Platform.
>   *
>   * Author: Mark A. Greer
> diff -r 800442576617 arch/ppc/platforms/sandpoint.h
> --- a/arch/ppc/platforms/sandpoint.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/sandpoint.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/sandpoint.h
> - *
>   * Definitions for Motorola SPS Sandpoint Test Platform
>   *
>   * Author: Mark A. Greer
> diff -r 800442576617 arch/ppc/platforms/sbc82xx.c
> --- a/arch/ppc/platforms/sbc82xx.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/sbc82xx.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/sbc82xx.c
> - *
>   * SBC82XX platform support
>   *
>   * Author: Guy Streeter <streeter at redhat.com>
> diff -r 800442576617 arch/ppc/platforms/spruce.c
> --- a/arch/ppc/platforms/spruce.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/spruce.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/spruce.c
> - *
>   * Board and PCI setup routines for IBM Spruce
>   *
>   * Author: MontaVista Software <source at mvista.com>
> diff -r 800442576617 arch/ppc/platforms/tqm8260_setup.c
> --- a/arch/ppc/platforms/tqm8260_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/platforms/tqm8260_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/tqm8260_setup.c
> - *
>   * TQM8260 platform support
>   *
>   * Author: Allen Curtis <acurtis at onz.com>
> diff -r 800442576617 arch/ppc/syslib/cpc700.h
> --- a/arch/ppc/syslib/cpc700.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/cpc700.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/cpc700.h
> - *
>   * Header file for IBM CPC700 Host Bridge, et. al.
>   *
>   * Author: Mark A. Greer
> diff -r 800442576617 arch/ppc/syslib/cpc700_pic.c
> --- a/arch/ppc/syslib/cpc700_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/cpc700_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/cpc700_pic.c
> - *
>   * Interrupt controller support for IBM Spruce
>   *
>   * Authors: Mark Greer, Matt Porter, and Johnnie Peters
> diff -r 800442576617 arch/ppc/syslib/cpc710.h
> --- a/arch/ppc/syslib/cpc710.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/cpc710.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/cpc710.h
> - *
>   * Definitions for the IBM CPC710 PCI Host Bridge
>   *
>   * Author: Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/syslib/gen550.h
> --- a/arch/ppc/syslib/gen550.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/gen550.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/gen550.h
> - *
>   * gen550 prototypes
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/gen550_dbg.c
> --- a/arch/ppc/syslib/gen550_dbg.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/gen550_dbg.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/gen550_dbg.c
> - *
>   * A library of polled 16550 serial routines.  These are intended to
>   * be used to support progress messages, xmon, kgdb, etc. on a
>   * variety of platforms.
> diff -r 800442576617 arch/ppc/syslib/gen550_kgdb.c
> --- a/arch/ppc/syslib/gen550_kgdb.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/gen550_kgdb.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/gen550_kgdb.c
> - *
>   * Generic 16550 kgdb support intended to be useful on a variety
>   * of platforms.  To enable this support, it is necessary to set
>   * the CONFIG_GEN550 option.  Any virtual mapping of the serial
> diff -r 800442576617 arch/ppc/syslib/gt64260_pic.c
> --- a/arch/ppc/syslib/gt64260_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/gt64260_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/gt64260_pic.c
> - *
>   * Interrupt controller support for Galileo's GT64260.
>   *
>   * Author: Chris Zankel <source at mvista.com>
> diff -r 800442576617 arch/ppc/syslib/harrier.c
> --- a/arch/ppc/syslib/harrier.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/harrier.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/harrier.c
> - *
>   * Motorola MCG Harrier northbridge/memory controller support
>   *
>   * Author: Dale Farnsworth
> diff -r 800442576617 arch/ppc/syslib/hawk_common.c
> --- a/arch/ppc/syslib/hawk_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/hawk_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/hawk_common.c
> - *
>   * Common Motorola PowerPlus Platform--really Falcon/Raven or HAWK.
>   *
>   * Author: Mark A. Greer
> diff -r 800442576617 arch/ppc/syslib/ibm440gp_common.c
> --- a/arch/ppc/syslib/ibm440gp_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440gp_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ibm440gp_common.c
> - *
>   * PPC440GP system library
>   *
>   * Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/syslib/ibm440gp_common.h
> --- a/arch/ppc/syslib/ibm440gp_common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440gp_common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ibm440gp_common.h
> - *
>   * PPC440GP system library
>   *
>   * Eugene Surovegin <eugene.surovegin at zultys.com> or  
> <ebs at ebshome.net>
> diff -r 800442576617 arch/ppc/syslib/ibm440gx_common.c
> --- a/arch/ppc/syslib/ibm440gx_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440gx_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ibm440gx_common.c
> - *
>   * PPC440GX system library
>   *
>   * Eugene Surovegin <eugene.surovegin at zultys.com> or  
> <ebs at ebshome.net>
> diff -r 800442576617 arch/ppc/syslib/ibm440gx_common.h
> --- a/arch/ppc/syslib/ibm440gx_common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440gx_common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ibm440gx_common.h
> - *
>   * PPC440GX system library
>   *
>   * Eugene Surovegin <eugene.surovegin at zultys.com> or  
> <ebs at ebshome.net>
> diff -r 800442576617 arch/ppc/syslib/ibm440sp_common.c
> --- a/arch/ppc/syslib/ibm440sp_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440sp_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ibm440sp_common.c
> - *
>   * PPC440SP/PPC440SPe system library
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ibm440sp_common.h
> --- a/arch/ppc/syslib/ibm440sp_common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm440sp_common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ibm440sp_common.h
> - *
>   * PPC440SP system library
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ibm44x_common.c
> --- a/arch/ppc/syslib/ibm44x_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm44x_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ibm44x_common.c
> - *
>   * PPC44x system library
>   *
>   * Matt Porter <mporter at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ibm44x_common.h
> --- a/arch/ppc/syslib/ibm44x_common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ibm44x_common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ibm44x_common.h
> - *
>   * PPC44x system library
>   *
>   * Eugene Surovegin <eugene.surovegin at zultys.com> or  
> <ebs at ebshome.net>
> diff -r 800442576617 arch/ppc/syslib/m8260_pci_erratum9.c
> --- a/arch/ppc/syslib/m8260_pci_erratum9.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/m8260_pci_erratum9.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/mpc8260_pci9.c
> - *
>   * Workaround for device erratum PCI 9.
>   * See Motorola's "XPC826xA Family Device Errata Reference."
>   * The erratum applies to all 8260 family Hip4 processors.  It is  
> scheduled
> diff -r 800442576617 arch/ppc/syslib/m8260_setup.c
> --- a/arch/ppc/syslib/m8260_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/m8260_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/syslib/m8260_setup.c
> - *
>   *  Copyright (C) 1995  Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/ppc/syslib/m8xx_setup.c
> --- a/arch/ppc/syslib/m8xx_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/m8xx_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/setup.c
> - *
>   *  Copyright (C) 1995  Linus Torvalds
>   *  Adapted from 'alpha' version by Gary Thomas
>   *  Modified by Cort Dougan (cort at cs.nmt.edu)
> diff -r 800442576617 arch/ppc/syslib/mpc10x_common.c
> --- a/arch/ppc/syslib/mpc10x_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc10x_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc10x_common.c
> - *
>   * Common routines for the Motorola SPS MPC106, MPC107 and MPC8240  
> Host bridge,
>   * Mem ctlr, EPIC, etc.
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_devices.c
> --- a/arch/ppc/syslib/mpc52xx_devices.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_devices.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_devices.c
> - *
>   * Freescale MPC52xx device descriptions
>   *
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_pci.c
> --- a/arch/ppc/syslib/mpc52xx_pci.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_pci.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_pci.c
> - *
>   * PCI code for the Freescale MPC52xx embedded CPU.
>   *
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_pci.h
> --- a/arch/ppc/syslib/mpc52xx_pci.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_pci.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_pci.h
> - *
>   * PCI Include file the Freescale MPC52xx embedded cpu chips
>   *
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_pic.c
> --- a/arch/ppc/syslib/mpc52xx_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_pic.c
> - *
>   * Programmable Interrupt Controller functions for the Freescale  
> MPC52xx
>   * embedded CPU.
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_setup.c
> --- a/arch/ppc/syslib/mpc52xx_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_setup.c
> - *
>   * Common code for the boards based on Freescale MPC52xx embedded  
> CPU.
>   *
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc52xx_sys.c
> --- a/arch/ppc/syslib/mpc52xx_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc52xx_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc52xx_sys.c
> - *
>   * Freescale MPC52xx system descriptions
>   *
>   *
> diff -r 800442576617 arch/ppc/syslib/mpc83xx_devices.c
> --- a/arch/ppc/syslib/mpc83xx_devices.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc83xx_devices.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/83xx/mpc83xx_devices.c
> - *
>   * MPC83xx Device descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mpc83xx_sys.c
> --- a/arch/ppc/syslib/mpc83xx_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc83xx_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/83xx/mpc83xx_sys.c
> - *
>   * MPC83xx System descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mpc85xx_devices.c
> --- a/arch/ppc/syslib/mpc85xx_devices.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc85xx_devices.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc85xx_devices.c
> - *
>   * MPC85xx Device descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mpc85xx_sys.c
> --- a/arch/ppc/syslib/mpc85xx_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc85xx_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/85xx/mpc85xx_sys.c
> - *
>   * MPC85xx System descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mpc8xx_devices.c
> --- a/arch/ppc/syslib/mpc8xx_devices.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc8xx_devices.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mpc8xx_devices.c
> - *
>   * MPC8xx Device descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mpc8xx_sys.c
> --- a/arch/ppc/syslib/mpc8xx_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mpc8xx_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/platforms/mpc8xx_sys.c
> - *
>   * MPC8xx System descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/mv64360_pic.c
> --- a/arch/ppc/syslib/mv64360_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mv64360_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/mv64360_pic.c
> - *
>   * Interrupt controller support for Marvell's MV64360.
>   *
>   * Author: Rabeeh Khoury <rabeeh at galileo.co.il>
> diff -r 800442576617 arch/ppc/syslib/mv64x60.c
> --- a/arch/ppc/syslib/mv64x60.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mv64x60.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mv64x60.c
> - *
>   * Common routines for the Marvell/Galileo Discovery line of host  
> bridges
>   * (gt64260, mv64360, mv64460, ...).
>   *
> diff -r 800442576617 arch/ppc/syslib/mv64x60_dbg.c
> --- a/arch/ppc/syslib/mv64x60_dbg.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mv64x60_dbg.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mv64x60_dbg.c
> - *
>   * KGDB and progress routines for the Marvell/Galileo MV64x60  
> (Discovery).
>   *
>   * Author: Mark A. Greer <mgreer at mvista.com>
> diff -r 800442576617 arch/ppc/syslib/mv64x60_win.c
> --- a/arch/ppc/syslib/mv64x60_win.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/mv64x60_win.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/mv64x60_win.c
> - *
>   * Tables with info on how to manipulate the 32 & 64 bit windows  
> on the
>   * various types of Marvell bridge chips.
>   *
> diff -r 800442576617 arch/ppc/syslib/open_pic.c
> --- a/arch/ppc/syslib/open_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/open_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/open_pic.c -- OpenPIC Interrupt Handling
> - *
>   *  Copyright (C) 1997 Geert Uytterhoeven
>   *
>   *  This file is subject to the terms and conditions of the GNU  
> General Public
> diff -r 800442576617 arch/ppc/syslib/open_pic2.c
> --- a/arch/ppc/syslib/open_pic2.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/open_pic2.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/open_pic.c -- OpenPIC Interrupt Handling
> - *
>   *  Copyright (C) 1997 Geert Uytterhoeven
>   *
>   *  This file is subject to the terms and conditions of the GNU  
> General Public
> diff -r 800442576617 arch/ppc/syslib/open_pic_defs.h
> --- a/arch/ppc/syslib/open_pic_defs.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/open_pic_defs.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - *  arch/ppc/kernel/open_pic_defs.h -- OpenPIC definitions
> - *
>   *  Copyright (C) 1997 Geert Uytterhoeven
>   *
>   *  This file is based on the following documentation:
> diff -r 800442576617 arch/ppc/syslib/pci_auto.c
> --- a/arch/ppc/syslib/pci_auto.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/pci_auto.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/pci_auto.c
> - *
>   * PCI autoconfiguration library
>   *
>   * Author: Matt Porter <mporter at mvista.com>
> diff -r 800442576617 arch/ppc/syslib/ppc4xx_dma.c
> --- a/arch/ppc/syslib/ppc4xx_dma.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc4xx_dma.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ppc4xx_dma.c
> - *
>   * IBM PPC4xx DMA engine core library
>   *
>   * Copyright 2000-2004 MontaVista Software Inc.
> diff -r 800442576617 arch/ppc/syslib/ppc4xx_pic.c
> --- a/arch/ppc/syslib/ppc4xx_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc4xx_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc4xx_pic.c
> - *
>   * Interrupt controller driver for PowerPC 4xx-based processors.
>   *
>   * Eugene Surovegin <eugene.surovegin at zultys.com> or  
> <ebs at ebshome.net>
> diff -r 800442576617 arch/ppc/syslib/ppc4xx_sgdma.c
> --- a/arch/ppc/syslib/ppc4xx_sgdma.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc4xx_sgdma.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/ppc4xx_sgdma.c
> - *
>   * IBM PPC4xx DMA engine scatter/gather library
>   *
>   * Copyright 2002-2003 MontaVista Software Inc.
> diff -r 800442576617 arch/ppc/syslib/ppc83xx_setup.c
> --- a/arch/ppc/syslib/ppc83xx_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc83xx_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc83xx_setup.c
> - *
>   * MPC83XX common board code
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc83xx_setup.h
> --- a/arch/ppc/syslib/ppc83xx_setup.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc83xx_setup.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc83xx_setup.h
> - *
>   * MPC83XX common board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc85xx_common.c
> --- a/arch/ppc/syslib/ppc85xx_common.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc85xx_common.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc85xx_common.c
> - *
>   * MPC85xx support routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc85xx_common.h
> --- a/arch/ppc/syslib/ppc85xx_common.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc85xx_common.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc85xx_common.h
> - *
>   * MPC85xx support routines
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc85xx_setup.c
> --- a/arch/ppc/syslib/ppc85xx_setup.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc85xx_setup.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc85xx_setup.c
> - *
>   * MPC85XX common board code
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc85xx_setup.h
> --- a/arch/ppc/syslib/ppc85xx_setup.h	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc85xx_setup.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc85xx_setup.h
> - *
>   * MPC85XX common board definitions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/ppc_sys.c
> --- a/arch/ppc/syslib/ppc_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/ppc_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/ppc_sys.c
> - *
>   * PPC System library functions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/pq2_devices.c
> --- a/arch/ppc/syslib/pq2_devices.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/pq2_devices.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/pq2_devices.c
> - *
>   * PQ2 Device descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/pq2_sys.c
> --- a/arch/ppc/syslib/pq2_sys.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/pq2_sys.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/pq2_devices.c
> - *
>   * PQ2 System descriptions
>   *
>   * Maintainer: Kumar Gala <galak at kernel.crashing.org>
> diff -r 800442576617 arch/ppc/syslib/prep_nvram.c
> --- a/arch/ppc/syslib/prep_nvram.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/prep_nvram.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/prep_nvram.c
> - *
>   * Copyright (C) 1998  Corey Minyard
>   *
>   * This reads the NvRAM on PReP compliant machines (generally from  
> IBM or
> diff -r 800442576617 arch/ppc/syslib/todc_time.c
> --- a/arch/ppc/syslib/todc_time.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/todc_time.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/todc_time.c
> - *
>   * Time of Day Clock support for the M48T35, M48T37, M48T59, and  
> MC146818
>   * Real Time Clocks/Timekeepers.
>   *
> diff -r 800442576617 arch/ppc/syslib/xilinx_pic.c
> --- a/arch/ppc/syslib/xilinx_pic.c	Sat Jan 14 05:24:55 2006
> +++ b/arch/ppc/syslib/xilinx_pic.c	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/syslib/xilinx_pic.c
> - *
>   * Interrupt controller driver for Xilinx Virtex-II Pro.
>   *
>   * Author: MontaVista Software, Inc.
> diff -r 800442576617 drivers/char/hvcs.c
> --- a/drivers/char/hvcs.c	Sat Jan 14 05:24:55 2006
> +++ b/drivers/char/hvcs.c	Sat Jan 14 23:40:17 2006
> @@ -118,7 +118,7 @@
>   * the hvcs_final_close() function in order to get it out of the  
> spinlock.
>   * Rearranged hvcs_close().  Cleaned up some printks and did some  
> housekeeping
>   * on the changelog.  Removed local CLC_LENGTH and used  
> HVCS_CLC_LENGTH from
> - * arch/ppc64/hvcserver.h.
> + * include/asm-powerpc/hvcserver.h
>   *
>   * 1.3.2 -> 1.3.3 Replaced yield() in hvcs_close() with  
> tty_wait_until_sent() to
>   * prevent possible lockup with realtime scheduling as similarily  
> pointed out by
> @@ -168,9 +168,10 @@
>
>  /*
>   * The hcall interface involves putting 8 chars into each of two  
> registers.
> - * We load up those 2 registers (in arch/ppc64/hvconsole.c) by  
> casting char[16]
> - * to long[2].  It would work without __ALIGNED__, but a little  
> (tiny) bit
> - * slower because an unaligned load is slower than aligned load.
> + * We load up those 2 registers (in arch/powerpc/platforms/pseries/ 
> hvconsole.c)
> + * by casting char[16] to long[2].  It would work without  
> __ALIGNED__, but a
> + * little (tiny) bit slower because an unaligned load is slower  
> than aligned
> + * load.
>   */
>  #define __ALIGNED__	__attribute__((__aligned__(8)))
>
> diff -r 800442576617 include/asm-powerpc/paca.h
> --- a/include/asm-powerpc/paca.h	Sat Jan 14 05:24:55 2006
> +++ b/include/asm-powerpc/paca.h	Sat Jan 14 23:40:17 2006
> @@ -54,7 +54,7 @@
>  #endif /* CONFIG_PPC_ISERIES */
>
>  	/*
> -	 * MAGIC: the spinlock functions in arch/ppc64/lib/locks.c
> +	 * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c
>  	 * load lock_token and paca_index with a single lwz
>  	 * instruction.  They must travel together and be properly
>  	 * aligned.
> diff -r 800442576617 include/asm-powerpc/rwsem.h
> --- a/include/asm-powerpc/rwsem.h	Sat Jan 14 05:24:55 2006
> +++ b/include/asm-powerpc/rwsem.h	Sat Jan 14 23:40:17 2006
> @@ -4,7 +4,7 @@
>  #ifdef __KERNEL__
>
>  /*
> - * include/asm-ppc64/rwsem.h: R/W semaphores for PPC using the stuff
> + * include/asm-powerpc/rwsem.h: R/W semaphores for PPC using the  
> stuff
>   * in lib/rwsem.c.  Adapted largely from include/asm-i386/rwsem.h
>   * by Paul Mackerras <paulus at samba.org>.
>   */
> diff -r 800442576617 include/asm-ppc/harrier.h
> --- a/include/asm-ppc/harrier.h	Sat Jan 14 05:24:55 2006
> +++ b/include/asm-ppc/harrier.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/harrier.h
> - *
>   * Definitions for Motorola MCG Harrier North Bridge & Memory  
> controller
>   *
>   * Author: Dale Farnsworth
> diff -r 800442576617 include/asm-ppc/mpc10x.h
> --- a/include/asm-ppc/mpc10x.h	Sat Jan 14 05:24:55 2006
> +++ b/include/asm-ppc/mpc10x.h	Sat Jan 14 23:40:17 2006
> @@ -1,6 +1,4 @@
>  /*
> - * arch/ppc/kernel/mpc10x.h
> - *
>   * Common routines for the Motorola SPS MPC106/8240/107 Host  
> bridge/Mem
>   * ctlr/EPIC/etc.
>   *
> diff -r 800442576617 kernel/auditsc.c
> --- a/kernel/auditsc.c	Sat Jan 14 05:24:55 2006
> +++ b/kernel/auditsc.c	Sat Jan 14 23:40:17 2006
> @@ -958,7 +958,7 @@
>  	 *
>  	 * i386     no
>  	 * x86_64   no
> -	 * ppc64    yes (see arch/ppc64/kernel/misc.S)
> +	 * ppc64    yes (see arch/powerpc/platforms/iseries/misc.S)
>  	 *
>  	 * This also happens with vm86 emulation in a non-nested manner
>  	 * (entries without exits), so this case must be caught.
> diff -r 800442576617 lib/extable.c
> --- a/lib/extable.c	Sat Jan 14 05:24:55 2006
> +++ b/lib/extable.c	Sat Jan 14 23:40:17 2006
> @@ -1,5 +1,4 @@
>  /*
> - * lib/extable.c
>   * Derived from arch/ppc/mm/extable.c and arch/i386/mm/extable.c.
>   *
>   * Copyright (C) 2004 Paul Mackerras, IBM Corp.
> _______________________________________________
> Linuxppc64-dev mailing list
> Linuxppc64-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc64-dev




More information about the Linuxppc64-dev mailing list