From bfafcf238b52595f9c6f202049e0a6cfe8f50419 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Mon, 13 Mar 2000 22:43:25 +0000 Subject: TLB pid allocation fix. Still not sure about the complete algorithm. Turn on TLB pid checks. --- arch/mips64/mm/fault.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/mips64/mm/fault.c') diff --git a/arch/mips64/mm/fault.c b/arch/mips64/mm/fault.c index b7a9e2b8f..761f68a65 100644 --- a/arch/mips64/mm/fault.c +++ b/arch/mips64/mm/fault.c @@ -1,4 +1,4 @@ -/* $Id: fault.c,v 1.5 2000/02/04 07:40:24 ralf Exp $ +/* $Id: fault.c,v 1.6 2000/02/18 00:24:31 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 @@ -32,7 +32,7 @@ extern void die(char *, struct pt_regs *, unsigned long write); -unsigned long asid_cache; +unsigned long asid_cache = ASID_FIRST_VERSION; /* * Macro for exception fixup code to access integer registers. -- cgit v1.2.3