+4
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The fault handler currently spits out a ton of information that can make clients' eyes glaze over, and understandably so. One of the most important pieces of information we obtain from the fault handler is whether the faulting address is actually mapped (which we check with a software table walk), but that information is currently not obvious (you have to know that "soft iova-to-phys=0" means that the software table walk failed). Fix this by adding a more obvious error message when we detect an unmapped access. Change-Id: Ib95a916baf3e73934642676de4852a550ae0f54b Signed-off-by:Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>