From 5486fa66122450ad93b9dd7ddcad64f983b7400d Mon Sep 17 00:00:00 2001 From: Gene Wu Date: Mon, 23 Aug 2010 11:18:40 -0500 Subject: [PATCH] ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7 --- src/arch/arm/faults.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/arm/faults.hh b/src/arch/arm/faults.hh index 6de9fee28..f9dc8ac3b 100644 --- a/src/arch/arm/faults.hh +++ b/src/arch/arm/faults.hh @@ -75,7 +75,7 @@ class ArmFault : public FaultBase Translation1 = 0x7, SynchronousExternalAbort0 = 0x8, Domain0 = 0x9, - SynchronousExternalAbort1 = 0xa, + SynchronousExternalAbort1 = 0x8, Domain1 = 0xb, TranslationTableWalkExtAbt0 = 0xc, Permission0 = 0xd,