commit | f7b8156d150f7383b42622a9219b230b36435b4a | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Nov 22 17:30:31 2011 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Dec 08 10:30:40 2011 +0000 |
tree | c06e0ed558f7a9e106920a9f3acbb6bed15017bf | |
parent | c9f27f1026f55b543df260ad8ab84a7bdab7792f [diff] |
ARM: LPAE: Add fault handling support 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>