Remove a bit of armv6 support that didn't get deleted when this file was
split from trap.c into trap-v4.c and trap-v6.c.
This commit is contained in:
parent
71c833bcbc
commit
b64cc12934
@ -139,11 +139,7 @@ static const struct data_abort data_aborts[] = {
|
||||
{dab_align, "Alignment Fault 3"},
|
||||
{dab_buserr, "External Linefetch Abort (S)"},
|
||||
{NULL, "Translation Fault (S)"},
|
||||
#if (ARM_MMU_V6 + ARM_MMU_V7) != 0
|
||||
{NULL, "Translation Flag Fault"},
|
||||
#else
|
||||
{dab_buserr, "External Linefetch Abort (P)"},
|
||||
#endif
|
||||
{NULL, "Translation Fault (P)"},
|
||||
{dab_buserr, "External Non-Linefetch Abort (S)"},
|
||||
{NULL, "Domain Fault (S)"},
|
||||
|
Loading…
Reference in New Issue
Block a user