summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-10-12 17:33:49 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-10-12 17:33:49 +0000
commitf20726c6656eb8412fafe93d7e42bef64819bb99 (patch)
tree1bb272e9142f126b49fdb26a80d7051eeb6b7e6e /arch/mips/mm
parentd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (diff)
o R3000 fixes
o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/r2300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/r2300.c b/arch/mips/mm/r2300.c
index dcf277129..03e1a16d1 100644
--- a/arch/mips/mm/r2300.c
+++ b/arch/mips/mm/r2300.c
@@ -7,7 +7,7 @@
* Copyright (C) 1998 Harald Koerfgen
* Copyright (C) 1998 Gleb Raiko & Vladimir Roganov
*
- * $Id: r2300.c,v 1.10 1999/08/09 19:43:16 harald Exp $
+ * $Id: r2300.c,v 1.11 1999/10/09 00:00:58 ralf Exp $
*/
#include <linux/init.h>
#include <linux/kernel.h>
@@ -416,7 +416,7 @@ static void r2300_flush_cache_sigtramp(unsigned long page)
* This function receives virtual address (from signal.c),
* but this moment we have needed mm_struct in 'current'
*/
- unsigned long phys_page = get_phys_page(page, current->mm);
+ unsigned long phys_page = get_phys_page(page, current->active_mm);
#ifdef DEBUG_CACHE
printk("csigtramp[%08lx]", page);
#endif