Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2003 00:11:15 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32462 for review
Message-ID:  <200306030711.h537BFXc046800@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=32462

Change 32462 by jmallett@jmallett_dalek on 2003/06/03 00:10:56

	Call into pmap on TLBMod.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/trap.c#7 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/trap.c#7 (text+ko) ====

@@ -109,6 +109,10 @@
 		kdb_trap(code, tf);
 		break;
 #endif
+	case T_TLB_MOD:
+		/* XXX Kernel only. */
+		pmap_tlb_modified(badvaddr);
+		return;
 	default:
 		goto dopanic;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306030711.h537BFXc046800>