Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: 6355/1: hw-breakpoint: add mechanism for hooking into prefetch a…
…borts On ARM processors with hardware breakpoint and watchpoint support, triggering these events results in a debug exception. These manifest as prefetch and data aborts respectively. arch/arm/mm/fault.c already provides hook_fault_code for hooking into data aborts dependent on the DFSR. This patch adds a new function, hook_ifault_code for hooking into prefetch aborts in the same manner. Cc: Frederic Weisbecker <[email protected]> Cc: S. Karthikeyan <[email protected]> Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Russell King <[email protected]>
- Loading branch information