Skip to content

Commit 035c8d8

Browse files
dcpleungnashif
authored andcommitted
xtensa: remove sys_define_gpr_with_alias()
This is not being used in Xtensa anywhere, so remove. Signed-off-by: Daniel Leung <[email protected]>
1 parent a64eec6 commit 035c8d8

File tree

1 file changed

+0
-3
lines changed
  • include/zephyr/arch/xtensa

1 file changed

+0
-3
lines changed

include/zephyr/arch/xtensa/arch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
* @}
4747
*/
4848

49-
/* Xtensa GPRs are often designated by two different names */
50-
#define sys_define_gpr_with_alias(name1, name2) union { uint32_t name1, name2; }
51-
5249
#include <zephyr/arch/xtensa/exception.h>
5350

5451
#ifdef __cplusplus

0 commit comments

Comments
 (0)