diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-05-19 23:52:27 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-20 07:33:43 (GMT) |
commit | b00dc8376465ee5f8dd49b95924e31b4c2404ab0 (patch) | |
tree | 6a06b763a217257e8988aa6db2c3649a3ca2bb63 /arch/sparc64/boot | |
parent | 8033c6e9736c29cce5f0d0abbca9a44dffb20c39 (diff) | |
download | linux-b00dc8376465ee5f8dd49b95924e31b4c2404ab0.tar.xz |
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 6968a6d..0458b52 100644 --- a/arch/sparc64/boot/Makefile +++ b/arch/sparc64/boot/Makefile @@ -1,4 +1,3 @@ -# $Id: Makefile,v 1.4 1997/12/15 20:08:56 ecd Exp $ # Makefile for the Sparc64 boot stuff. # # 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 36f9074..de364bf 100644 --- a/arch/sparc64/boot/piggyback.c +++ b/arch/sparc64/boot/piggyback.c @@ -1,4 +1,4 @@ -/* $Id: piggyback.c,v 1.2 2000/09/19 14:34:39 anton Exp $ +/* Simple utility to make a single-image install kernel with initial ramdisk for Sparc64 tftpbooting without need to set up nfs. |