From: Bradley D. L. <br...@us...> - 2001-09-07 18:21:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/compressed In directory usw-pr-cvs1:/tmp/cvs-serv16247/arch/mips/galileo-boards/ev64120/compressed Modified Files: sbdreset_evb64120A.S Log Message: Eliminate some mostly (except for time.c) diffs against oss. Index: sbdreset_evb64120A.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/compressed/sbdreset_evb64120A.S,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sbdreset_evb64120A.S 2001/06/22 02:29:31 1.1.1.1 --- sbdreset_evb64120A.S 2001/09/07 18:21:54 1.2 *************** *** 1,13 **** - /* $Id$ */ /* ! ** Copyright 1997 Algorithmics Ltd ! ** All Rights Reserved ! ** ! ** gal9/sbdreset.sx -- low level board dependent routines ! */ #ifdef EVB64120A - //#include <mips.h> - //#include <pmon.h> #include <linux/config.h> --- 1,10 ---- /* ! * Copyright 1997 Algorithmics Ltd ! * All Rights Reserved ! * ! * gal9/sbdreset.sx -- low level board dependent routines ! */ #ifdef EVB64120A #include <linux/config.h> |