]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: mm: fix fault_info table xFSC decoding
authorMark Rutland <mark.rutland@arm.com>
Mon, 23 Nov 2015 15:09:36 +0000 (15:09 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 25 Nov 2015 15:49:16 +0000 (15:49 +0000)
commitc03784ee8aa99bf6a412e3febf8801c3df86e0ba
treec6728c7ec0a0c1f15fc040f03ac17428e825a957
parentfbc416ff86183e2203cdf975e2881d7c164b0271
arm64: mm: fix fault_info table xFSC decoding

We are missing descriptions for some valid xFSC values in the fault info
table (e.g. "TLB conflict abort"), and have erroneous descriptions for
reserved values (e.g. "asynchronous external abort", "debug event").

This patch adds the missing xFSC values, and removes erroneous decoding
of values reserved by the architecture, as described in ARM DDI 0487A.h.

At the same time, fixed the unbalanced brackets for the synchronous
parity error strings in the table.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/fault.c