9
0
Fork 0

arm(64): don't advertise stack_dumping capabilities for ARM64

The unwind code to support this feature is not there yet.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2016-09-30 12:36:03 +02:00 committed by Sascha Hauer
parent 5220eee793
commit 90af40f962
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@
#define _BAREBOX_H_ 1
#ifdef CONFIG_ARM_UNWIND
#ifndef CONFIG_CPU_V8
#define ARCH_HAS_STACK_DUMP
#endif
#endif
#ifdef CONFIG_ARM_EXCEPTIONS
#define ARCH_HAS_DATA_ABORT_MASK