Date: Wed, 23 Feb 2005 06:28:23 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71633 for review Message-ID: <200502230628.j1N6SNID020315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71633 Change 71633 by jmg@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)"},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502230628.j1N6SNID020315>