diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-05-19 16:53:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-20 00:33:44 -0700 |
commit | 88278ca27a43ae503572b52ea2c171fbf45db5a2 (patch) | |
tree | 6157e33e2ba0460853ea0a28376039356fba2a41 /arch/sparc/boot | |
parent | b00dc8376465ee5f8dd49b95924e31b4c2404ab0 (diff) | |
download | op-kernel-dev-88278ca27a43ae503572b52ea2c171fbf45db5a2.zip op-kernel-dev-88278ca27a43ae503572b52ea2c171fbf45db5a2.tar.gz |
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>
Diffstat (limited to 'arch/sparc/boot')
-rw-r--r-- | arch/sparc/boot/Makefile | 1 | ||||
-rw-r--r-- | arch/sparc/boot/btfixupprep.c | 2 | ||||
-rw-r--r-- | arch/sparc/boot/piggyback.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile index b365084..22d331e 100644 --- a/arch/sparc/boot/Makefile +++ b/arch/sparc/boot/Makefile @@ -1,4 +1,3 @@ -# $Id: Makefile,v 1.10 2000/02/23 08:17:46 jj Exp $ # Makefile for the Sparc boot stuff. # # Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) diff --git a/arch/sparc/boot/btfixupprep.c b/arch/sparc/boot/btfixupprep.c index dc7b054..52a4208 100644 --- a/arch/sparc/boot/btfixupprep.c +++ b/arch/sparc/boot/btfixupprep.c @@ -1,4 +1,4 @@ -/* $Id: btfixupprep.c,v 1.6 2001/08/22 15:27:47 davem Exp $ +/* Simple utility to prepare vmlinux image for sparc. Resolves all BTFIXUP uses and settings and creates a special .s object to link to the image. diff --git a/arch/sparc/boot/piggyback.c b/arch/sparc/boot/piggyback.c index 6962cc6..c9f500c 100644 --- a/arch/sparc/boot/piggyback.c +++ b/arch/sparc/boot/piggyback.c @@ -1,4 +1,4 @@ -/* $Id: piggyback.c,v 1.4 2000/12/05 00:48:57 anton Exp $ +/* Simple utility to make a single-image install kernel with initial ramdisk for Sparc tftpbooting without need to set up nfs. |