[S390] fix s390 assembler code alignments
[deliverable/linux.git] / arch / s390 / include / asm / linkage.h
index 291c2d01c44f29dad20f7623783b8bad362eaddf..fc8a8284778e178773568e97c59a200da0bd1c21 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __ASM_LINKAGE_H
 #define __ASM_LINKAGE_H
 
-/* Nothing to see here... */
+#include <linux/stringify.h>
+
+#define __ALIGN .align 4, 0x07
+#define __ALIGN_STR __stringify(__ALIGN)
 
 #endif
This page took 0.03938 seconds and 5 git commands to generate.