PERFORCE change 221768 for review

Robert Watson rwatson at FreeBSD.org
Tue Feb 5 14:28:54 UTC 2013


http://p4web.freebsd.org/@@221768?ac=10

Change 221768 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/02/05 14:28:00

	Fix post-compile but pre-commit typo in last changeset.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/mips/trap.c#9 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/mips/trap.c#9 (text+ko) ====

@@ -1454,7 +1454,7 @@
 	printf("cpuid = %d\n", PCPU_GET(cpuid));
 #endif
 	switch (trap_type) {
-	T_TLB_MOD:
+	case T_TLB_MOD:
 	case T_TLB_ST_MISS:
 	case T_ADDR_ERR_ST:
 		read_or_write = "write";


More information about the p4-projects mailing list