arch: arm: cortex_a_r: rename expection header
Rename exception header and use the same name as all architecture ports. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1813a33108
commit
4d5fd2edf2
|
@ -29,7 +29,7 @@
|
|||
#include <cortex_m/exc.h>
|
||||
#elif defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
||||
#include <cortex_a_r/stack.h>
|
||||
#include <cortex_a_r/exc.h>
|
||||
#include <cortex_a_r/exception.h>
|
||||
#endif
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#if defined(CONFIG_CPU_CORTEX_M)
|
||||
#include <zephyr/arch/arm/cortex_m/exc.h>
|
||||
#elif defined(CONFIG_CPU_AARCH32_CORTEX_A) || defined(CONFIG_CPU_AARCH32_CORTEX_R)
|
||||
#include <zephyr/arch/arm/cortex_a_r/exc.h>
|
||||
#include <zephyr/arch/arm/cortex_a_r/exception.h>
|
||||
#else
|
||||
#error Unknown ARM architecture
|
||||
#endif /* CONFIG_CPU_CORTEX_M */
|
||||
|
|
Loading…
Reference in New Issue