summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-11 16:41:05 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-11 16:41:05 +0000
commit97b7ae4257ef7ba8ed9b7944a4f56a49af3e8abb (patch)
treebf175d9a387ad897d3061b24fa88ac0dfe8ba52b /arch/mips/jazz/setup.c
parent1bb58fdb51c720e86c239ed5957ecac02d9b0920 (diff)
Memmap fixes from Maciej.
Diffstat (limited to 'arch/mips/jazz/setup.c')
-rw-r--r--arch/mips/jazz/setup.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index a16ce7b69..91d2f176b 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -1,5 +1,4 @@
-/* $Id: setup.c,v 1.24 1999/10/09 00:00:58 ralf Exp $
- *
+/*
* Setup pointers to hardware-dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -80,11 +79,6 @@ static void __init jazz_irq_setup(void)
i8259_setup_irq(2, &irq2);
}
-int __init page_is_ram(unsigned long pagenr)
-{
- return 1;
-}
-
void __init jazz_setup(void)
{
add_wired_entry (0x02000017, 0x03c00017, 0xe0000000, PM_64K);