diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-05-19 19:52:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-20 03:33:43 -0400 |
commit | b00dc8376465ee5f8dd49b95924e31b4c2404ab0 (patch) | |
tree | 6a06b763a217257e8988aa6db2c3649a3ca2bb63 /arch/sparc64/boot | |
parent | 8033c6e9736c29cce5f0d0abbca9a44dffb20c39 (diff) |
sparc64: 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>
Diffstat (limited to 'arch/sparc64/boot')
-rw-r--r-- | arch/sparc64/boot/Makefile | 1 | ||||
-rw-r--r-- | arch/sparc64/boot/piggyback.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc64/boot/Makefile b/arch/sparc64/boot/Makefile index 6968a6da57da..0458b5244f09 100644 --- a/arch/sparc64/boot/Makefile +++ b/arch/sparc64/boot/Makefile | |||
@@ -1,4 +1,3 @@ | |||
1 | # $Id: Makefile,v 1.4 1997/12/15 20:08:56 ecd Exp $ | ||
2 | # Makefile for the Sparc64 boot stuff. | 1 | # Makefile for the Sparc64 boot stuff. |
3 | # | 2 | # |
4 | # Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) | 3 | # Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) |
diff --git a/arch/sparc64/boot/piggyback.c b/arch/sparc64/boot/piggyback.c index 36f907408c60..de364bfed0bb 100644 --- a/arch/sparc64/boot/piggyback.c +++ b/arch/sparc64/boot/piggyback.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: piggyback.c,v 1.2 2000/09/19 14:34:39 anton Exp $ | 1 | /* |
2 | Simple utility to make a single-image install kernel with initial ramdisk | 2 | Simple utility to make a single-image install kernel with initial ramdisk |
3 | for Sparc64 tftpbooting without need to set up nfs. | 3 | for Sparc64 tftpbooting without need to set up nfs. |
4 | 4 | ||