arch: rename STACK_ALIGNMENT to STACKFRAME_ALIGN across all architectures

Rename STACK_ALIGNMENT macro to STACKFRAME_ALIGN throughout the codebase
to provide clearer naming semantics. The new name better reflects the macro's
purpose of frame alignment rather than general stack alignment.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
hujun5
2025-05-16 21:06:21 +08:00
committed by GUIDINGLI
parent d61661e4c2
commit 6f03601169
94 changed files with 168 additions and 156 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
* addresses.
*/
#define STACK_ALIGNMENT 8
#define STACKFRAME_ALIGN 8
#ifndef __ASSEMBLY__