diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-11 16:41:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-11 16:41:05 +0000 |
commit | 97b7ae4257ef7ba8ed9b7944a4f56a49af3e8abb (patch) | |
tree | bf175d9a387ad897d3061b24fa88ac0dfe8ba52b /arch/mips/sgi | |
parent | 1bb58fdb51c720e86c239ed5957ecac02d9b0920 (diff) |
Memmap fixes from Maciej.
Diffstat (limited to 'arch/mips/sgi')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index 4c533b131..13ed88c45 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -128,15 +128,6 @@ static void __init sgi_irq_setup(void) #endif } -int __init page_is_ram(unsigned long pagenr) -{ - if ((pagenr<<PAGE_SHIFT) < 0x2000UL) - return 1; - if ((pagenr<<PAGE_SHIFT) > 0x08002000) - return 1; - return 0; -} - void (*board_time_init)(struct irqaction *irq); static unsigned long dosample(volatile unsigned char *tcwp, |