ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7
authorGene Wu <Gene.Wu@arm.com>
Mon, 23 Aug 2010 16:18:40 +0000 (11:18 -0500)
committerGene Wu <Gene.Wu@arm.com>
Mon, 23 Aug 2010 16:18:40 +0000 (11:18 -0500)
src/arch/arm/faults.hh

index 6de9fee2829e18a8a0b06f5643487a6478523c9f..f9dc8ac3bdc4de05840cfe076746b16dce5edbf4 100644 (file)
@@ -75,7 +75,7 @@ class ArmFault : public FaultBase
         Translation1 = 0x7,
         SynchronousExternalAbort0 = 0x8,
         Domain0 = 0x9,
-        SynchronousExternalAbort1 = 0xa,
+        SynchronousExternalAbort1 = 0x8,
         Domain1 = 0xb,
         TranslationTableWalkExtAbt0 = 0xc,
         Permission0 = 0xd,