summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /arch/mips/jazz
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r--arch/mips/jazz/.cvsignore1
-rw-r--r--arch/mips/jazz/setup.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/jazz/.cvsignore b/arch/mips/jazz/.cvsignore
index 4671378ae..857dd22e9 100644
--- a/arch/mips/jazz/.cvsignore
+++ b/arch/mips/jazz/.cvsignore
@@ -1 +1,2 @@
.depend
+.*.flags
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index d088a302c..82fbdd143 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -1,5 +1,5 @@
/*
- * Setup pointers to hardware dependand routines.
+ * Setup pointers to hardware dependant routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -7,7 +7,7 @@
*
* Copyright (C) 1996, 1997 by Ralf Baechle
*
- * $Id: setup.c,v 1.7 1997/12/29 00:06:49 tsbogend Exp $
+ * $Id: setup.c,v 1.8 1998/03/04 08:29:10 ralf Exp $
*/
#include <linux/init.h>
#include <linux/ioport.h>