aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/asmmacro.h
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2022-03-19 11:06:30 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2022-03-19 13:08:11 -0700
commite94dc6bbdf29787a5ddb01c143a074c31e427dc7 (patch)
tree71c75165250a14578bd5f9691dac57ecacc968e4 /arch/xtensa/include/asm/asmmacro.h
parentxtensa: fix DTC warning unit_address_format (diff)
downloadlinux-dev-e94dc6bbdf29787a5ddb01c143a074c31e427dc7.tar.xz
linux-dev-e94dc6bbdf29787a5ddb01c143a074c31e427dc7.zip
xtensa: merge stack alignment definitions
xtensa currently has two different definitions for stack alignment. Replace it with single definition usable in both C and assembly. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/asmmacro.h')
-rw-r--r--arch/xtensa/include/asm/asmmacro.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/asmmacro.h b/arch/xtensa/include/asm/asmmacro.h
index 3190157950fa..e3474ca411ff 100644
--- a/arch/xtensa/include/asm/asmmacro.h
+++ b/arch/xtensa/include/asm/asmmacro.h
@@ -225,8 +225,6 @@
#endif
.endm
-#define XTENSA_STACK_ALIGNMENT 16
-
#if defined(__XTENSA_WINDOWED_ABI__)
/* Assembly instructions for windowed kernel ABI. */