From: John Jacques <john.jacq...@intel.com>

Mask exceptions by default on 5500.  Exceptions are
not masked by default on 5600 or 6700.

Signed-off-by: John Jacques <john.jacq...@intel.com>
---
 drivers/misc/axxia-fault.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/axxia-fault.c b/drivers/misc/axxia-fault.c
index e9ab5da..5918f54 100644
--- a/drivers/misc/axxia-fault.c
+++ b/drivers/misc/axxia-fault.c
@@ -157,6 +157,7 @@ axxia_fault_init(void)
 #if defined(ARM)
        if (of_find_compatible_node(NULL, NULL, "lsi,axm5500") ||
            of_find_compatible_node(NULL, NULL, "lsi,axm5516")) {
+               mask_aborts = 1;
                hook_fault_code(0x11, axxia_x7_fault, SIGBUS, 0,
                                "asynchronous external abort");
                pr_debug("Set up fault handler for Axxia 5500\n");
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to