summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fsr-3level.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-0/+68
The DFSR and IFSR register format is different when LPAE is enabled. In addition, DFSR and IFSR have similar definitions for the fault type. This modifies the fault code to correctly handle the new format. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>