summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kernel/proc.c')
-rw-r--r--arch/mips64/kernel/proc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips64/kernel/proc.c b/arch/mips64/kernel/proc.c
index 6fba1b756..063ac5d88 100644
--- a/arch/mips64/kernel/proc.c
+++ b/arch/mips64/kernel/proc.c
@@ -1,4 +1,4 @@
-/* $Id: proc.c,v 1.1 1999/09/27 16:01:37 ralf Exp $
+/* $Id: proc.c,v 1.1 1999/09/28 22:25:51 ralf Exp $
*
* 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
@@ -69,3 +69,8 @@ int get_cpuinfo(char *buffer)
return len;
}
+
+void init_irq_proc(void)
+{
+ /* Nothing, for now. */
+}