Inject data/instruction abort exception instead of unknown reason
When the exception is caused by an instruction or data abort, inject it into
the EL1 instead of the (default) unknown reason. This gives the EL1 more
information and could help in handling or debugging these exceptions.
Bug: 147474217
Change-Id: I4db0c35322e2239ecde8b8144921c364d77bcc86
diff --git a/test/arch/mm_test.c b/test/arch/mm_test.c
index bf0c186..6ea8726 100644
--- a/test/arch/mm_test.c
+++ b/test/arch/mm_test.c
@@ -20,7 +20,7 @@
#include "test/hftest.h"
-/** There must be at least two levels in the page table. */
+/** There must be at least two levels in the page table. */
#define MAX_LEVEL_LOWER_BOUND 1
/**