[Crash-utility] [PATCH 2/2] arm64: Change tcr_el1_t1sz variable name to TCR_EL1_T1SZ

2020-07-13 Thread Bhupesh Sharma
Since linux kernel commit bbdbc11804ff ("arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo") [available in linux-next now], the name of tcr_el1_t1sz vmcoreinfo variable has been changed to TCR_EL1_T1SZ. Make a similar change in crash-utility. Signed-off-by: Bhupesh Sharma --- arm64.c | 2

[Crash-utility] [PATCH 1/2] Makefile: Mention arm and arm64 as supported targets

2020-07-13 Thread Bhupesh Sharma
Update the Makefile comments to note that arm and arm64 are also supported build targets. Signed-off-by: Bhupesh Sharma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 745541012f43..7062139e68bc 100644 --- a/Makefile +++ b/Makefile @@