arch/arm/include/armv-7m/irq.h and armv6-m/irq.h: Remove redundant conditioning on CONFIG_BUILD_PROTECTED

This commit is contained in:
Xiang Xiao 2019-01-26 07:04:15 -06:00 committed by Gregory Nutt
parent 9343451bea
commit 2e70eef767
2 changed files with 0 additions and 4 deletions

View File

@ -180,9 +180,7 @@ struct xcptcontext
uint32_t saved_xpsr;
#ifdef CONFIG_BUILD_PROTECTED
uint32_t saved_lr;
#endif
# ifdef CONFIG_BUILD_PROTECTED
/* This is the saved address to use when returning from a user-space
* signal handler.
*/

View File

@ -139,9 +139,7 @@ struct xcptcontext
uint32_t saved_xpsr;
#ifdef CONFIG_BUILD_PROTECTED
uint32_t saved_lr;
#endif
# ifdef CONFIG_BUILD_PROTECTED
/* This is the saved address to use when returning from a user-space
* signal handler.
*/