summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm/andes.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/mm/andes.c')
-rw-r--r--arch/mips64/mm/andes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips64/mm/andes.c b/arch/mips64/mm/andes.c
index 401e07472..3c76b0402 100644
--- a/arch/mips64/mm/andes.c
+++ b/arch/mips64/mm/andes.c
@@ -1,4 +1,4 @@
-/* $Id: andes.c,v 1.5 2000/01/27 01:05:24 ralf Exp $
+/* $Id: andes.c,v 1.6 2000/02/24 00:12:41 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
@@ -356,13 +356,11 @@ static void andes_update_mmu_cache(struct vm_area_struct * vma,
pid = get_entryhi() & 0xff;
-#ifdef DEBUG_TLB
if((pid != (vma->vm_mm->context & 0xff)) ||
(vma->vm_mm->context == 0)) {
printk("update_mmu_cache: Wheee, bogus tlbpid mmpid=%d tlbpid=%d\n",
(int) (vma->vm_mm->context & 0xff), pid);
}
-#endif
__save_and_cli(flags);
address &= (PAGE_MASK << 1);