1 #ifndef __ALPHA_EXEC_H 2 #define __ALPHA_EXEC_H 3 4 #define arch_align_stack(x) (x) 5 6 #endif /* __ALPHA_EXEC_H */ 7