sparc: remove CVS keywords

This patch removes the CVS keywords that weren't updated for a long time
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Adrian Bunk
2008-05-19 16:53:02 -07:00
committed by David S. Miller
parent b00dc83764
commit 88278ca27a
131 changed files with 98 additions and 137 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: ebus.c,v 1.20 2002/01/05 01:13:43 davem Exp $
/*
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)

View File

@@ -1,4 +1,4 @@
/* $Id: etrap.S,v 1.31 2000/01/08 16:38:18 anton Exp $
/*
* etrap.S: Sparc trap window preparation for entry into the
* Linux kernel.
*

View File

@@ -1,4 +1,4 @@
/* $Id: head.S,v 1.105 2001/08/12 09:08:56 davem Exp $
/*
* head.S: The initial boot code for the Sparc port of Linux.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: idprom.c,v 1.24 1999/08/31 06:54:20 davem Exp $
/*
* idprom.c: Routines to load the idprom into kernel addresses and
* interpret the data contained within.
*

View File

@@ -1,4 +1,4 @@
/* $Id: ioport.c,v 1.45 2001/10/30 04:54:21 davem Exp $
/*
* ioport.c: Simple io mapping allocator.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: irq.c,v 1.114 2001/12/11 04:55:51 davem Exp $
/*
* arch/sparc/kernel/irq.c: Interrupt request handling routines. On the
* Sparc the IRQs are basically 'cast in stone'
* and you are supposed to probe the prom's device

View File

@@ -1,4 +1,4 @@
/* $Id: muldiv.c,v 1.5 1997/12/15 20:07:20 ecd Exp $
/*
* muldiv.c: Hardware multiply/division illegal instruction trap
* for sun4c/sun4 (which do not have those instructions)
*

View File

@@ -1,4 +1,4 @@
/* $Id: rtrap.S,v 1.58 2002/01/31 03:30:05 davem Exp $
/*
* rtrap.S: Return from Sparc trap low-level code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: setup.c,v 1.126 2001/11/13 00:49:27 davem Exp $
/*
* linux/arch/sparc/kernel/setup.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: sparc_ksyms.c,v 1.107 2001/07/17 16:17:33 anton Exp $
/*
* arch/sparc/kernel/ksyms.c: Sparc specific ksyms support.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: sun4d_irq.c,v 1.29 2001/12/11 04:55:51 davem Exp $
/*
* arch/sparc/kernel/sun4d_irq.c:
* SS1000/SC2000 interrupt handling.
*

View File

@@ -1,4 +1,4 @@
/* $Id: trampoline.S,v 1.14 2002/01/11 08:45:38 davem Exp $
/*
* trampoline.S: SMP cpu boot-up trampoline code.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: traps.c,v 1.64 2000/09/03 15:00:49 anton Exp $
/*
* arch/sparc/kernel/traps.c
*
* Copyright 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: unaligned.c,v 1.23 2001/12/21 00:54:31 davem Exp $
/*
* unaligned.c: Unaligned load/store trap handling with special
* cases for the kernel to do them more quickly.
*

View File

@@ -1,4 +1,4 @@
/* $Id: wof.S,v 1.40 2000/01/08 16:38:18 anton Exp $
/*
* wof.S: Sparc window overflow handler.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)

View File

@@ -1,4 +1,4 @@
/* $Id: wuf.S,v 1.39 2000/01/08 16:38:18 anton Exp $
/*
* wuf.S: Window underflow trap handler for the Sparc.
*
* Copyright (C) 1995 David S. Miller