PERFORCE change 32731 for review

Juli Mallett jmallett at FreeBSD.org
Sat Jun 7 03:30:45 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32731

Change 32731 by jmallett at jmallett_dalek on 2003/06/07 03:29:57

	Expose TBIA like TBIAP is exposed.

Affected files ...

.. //depot/projects/mips/sys/mips/include/locore.h#7 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/locore.h#7 (text+ko) ====

@@ -83,7 +83,7 @@
 extern long *mips_locoresw[];
 
 #define MachSetPID		mips64_SetPID
-#define	MIPS_TBIA		mips64_TBIA
+#define	MIPS_TBIA()		mips64_TBIA(mips_num_tlb_entries)
 #define MIPS_TBIAP()		mips64_TBIAP(mips_num_tlb_entries)
 #define MIPS_TBIS		mips64_TBIS
 #define MachTLBUpdate		mips64_TLBUpdate


More information about the p4-projects mailing list