2 * Copyright IBM Corp. 2000, 2009
8 #ifndef _ASM_S390_CPU_H
9 #define _ASM_S390_CPU_H
11 #define MAX_CPU_ADDRESS 255
15 #include <linux/types.h>
19 unsigned int version : 8;
20 unsigned int ident : 24;
21 unsigned int machine : 16;
22 unsigned int unused : 16;
23 } __attribute__ ((packed, aligned(8)));
25 #endif /* __ASSEMBLY__ */
26 #endif /* _ASM_S390_CPU_H */