Commit 035c8d8c authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

xtensa: remove sys_define_gpr_with_alias()



This is not being used in Xtensa anywhere, so remove.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent a64eec6a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -46,9 +46,6 @@
 * @}
 */

/* Xtensa GPRs are often designated by two different names */
#define sys_define_gpr_with_alias(name1, name2) union { uint32_t name1, name2; }

#include <zephyr/arch/xtensa/exception.h>

#ifdef __cplusplus