From: Bradley D. L. <br...@us...> - 2001-09-07 18:21:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/dec/prom In directory usw-pr-cvs1:/tmp/cvs-serv16247/arch/mips/dec/prom Modified Files: memory.c Log Message: Eliminate some mostly (except for time.c) diffs against oss. Index: memory.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/dec/prom/memory.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** memory.c 2001/06/22 02:29:31 1.1.1.1 --- memory.c 2001/09/07 18:21:54 1.2 *************** *** 4,9 **** * Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine * Copyright (C) 2000 Maciej W. Rozycki - * - * $Id$ */ #include <linux/init.h> --- 4,7 ---- |