PERFORCE change 71633 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Feb 22 22:28:25 PST 2005


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

Change 71633 by jmg at jmg_carbon on 2005/02/23 06:27:59

	The docs don't talk about a different between the two, so why should
	we?

Affected files ...

.. //depot/projects/arm/src/sys/arm/arm/trap.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/arm/trap.c#2 (text+ko) ====

@@ -157,9 +157,9 @@
 
 static const struct data_abort data_aborts[] = {
 	{dab_fatal,	"Vector Exception"},
-	{dab_align,	"Alignment Fault 1"},
+	{dab_align,	"Alignment Fault"},
 	{dab_fatal,	"Terminal Exception"},
-	{dab_align,	"Alignment Fault 3"},
+	{dab_align,	"Alignment Fault"},
 	{dab_buserr,	"External Linefetch Abort (S)"},
 	{NULL,		"Translation Fault (S)"},
 	{dab_buserr,	"External Linefetch Abort (P)"},


More information about the p4-projects mailing list