From bf3e12a9558051c6aa2c6e66bb9bb435853f318d Mon Sep 17 00:00:00 2001 From: Shashank Mittal <mittals@codeaurora.org> Date: Tue, 16 Dec 2014 12:21:48 -0800 Subject: [PATCH] linux-ramdump-parser-v2: Don't set CPUMERRSR and L2MERRSR in cmm script. CPUMERRSR and L2MERRSR are CP15 registers so no need to set them in core{X}_regs.cmm script. Change-Id: I740ec7e96948b4fd887f1ae9095d663cc91601dd --- linux-ramdump-parser-v2/watchdog_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-ramdump-parser-v2/watchdog_v2.py b/linux-ramdump-parser-v2/watchdog_v2.py index 0d41d0d..659663e 100644 --- a/linux-ramdump-parser-v2/watchdog_v2.py +++ b/linux-ramdump-parser-v2/watchdog_v2.py @@ -246,8 +246,8 @@ sysdbg_cpu64_register_names_v1_3 = [ ('elr_el1', 'elr_el1', True), ('spsr_el1', 'spsr_el1', False), ('sp_el0', 'sp_el0', False), - ('cpumerrsr_el1', 'cpumerrsr_el1', False), - ('l2merrsr_el1', 'l2merrsr_el1', False), + ('cpumerrsr_el1', None, False), + ('l2merrsr_el1', None, False), ('__reserved1', '__reserved1', False), ('__reserved2', '__reserved2', False), ] -- GitLab