[S390] correct alignment of cpuid structure
[deliverable/linux.git] / arch / s390 / include / asm / cpu.h
index 471234b905743d60768e2f893c517f53b1d07c13..e0b69540216f0839818fc4cfc3a18d98ee211415 100644 (file)
@@ -20,7 +20,7 @@ struct cpuid
        unsigned int ident   : 24;
        unsigned int machine : 16;
        unsigned int unused  : 16;
-} __packed;
+} __attribute__ ((packed, aligned(8)));
 
 #endif /* __ASSEMBLY__ */
 #endif /* _ASM_S390_CPU_H */
This page took 0.026003 seconds and 5 git commands to generate.