mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1536a1b843
commit
488b4e7e68
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue