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
4 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
#include <cortex_m/exc.h>
|
#include <cortex_m/exc.h>
|
||||||
#elif defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
#elif defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
||||||
#include <cortex_a_r/stack.h>
|
#include <cortex_a_r/stack.h>
|
||||||
#include <cortex_a_r/exc.h>
|
#include <cortex_a_r/exception.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _ASMLANGUAGE
|
#ifndef _ASMLANGUAGE
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#if defined(CONFIG_CPU_CORTEX_M)
|
#if defined(CONFIG_CPU_CORTEX_M)
|
||||||
#include <zephyr/arch/arm/cortex_m/exc.h>
|
#include <zephyr/arch/arm/cortex_m/exc.h>
|
||||||
#elif defined(CONFIG_CPU_AARCH32_CORTEX_A) || defined(CONFIG_CPU_AARCH32_CORTEX_R)
|
#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
|
#else
|
||||||
#error Unknown ARM architecture
|
#error Unknown ARM architecture
|
||||||
#endif /* CONFIG_CPU_CORTEX_M */
|
#endif /* CONFIG_CPU_CORTEX_M */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue