ARM: Allow to mask data aborts
Sometimes it's useful to test if a memory operation works or
aborts. This adds data_abort_mask() to ignore data aborts and
data_abort_unmask() to enable them again. This is used in the
next step for the 'md' command so that illegal addresses just
show 'xxxxxxxx' instead of crashing the system.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 8675934 commit b42a3e2f68f97464d60110c58ba5f5f0e4bc333b
@Sascha Hauer Sascha Hauer authored on 26 Feb 2015
Showing 4 changed files
View
arch/arm/cpu/exceptions.S
View
arch/arm/cpu/interrupts.c
View
arch/arm/include/asm/barebox.h
View
include/abort.h 0 → 100644