[S390] s390: move machine flags to lowcore
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / s390 / include / asm / cpuid.h
blob07836a2e52226756e91c85c5bc255871d74be2e7
1 /*
2 * Copyright IBM Corp. 2000,2009
3 * Author(s): Hartmut Penner <hp@de.ibm.com>,
4 * Martin Schwidefsky <schwidefsky@de.ibm.com>
5 * Christian Ehrhardt <ehrhardt@de.ibm.com>
6 */
8 #ifndef _ASM_S390_CPUID_H_
9 #define _ASM_S390_CPUID_H_
12 * CPU type and hardware bug flags. Kept separately for each CPU.
13 * Members of this structure are referenced in head.S, so think twice
14 * before touching them. [mj]
17 typedef struct
19 unsigned int version : 8;
20 unsigned int ident : 24;
21 unsigned int machine : 16;
22 unsigned int unused : 16;
23 } __attribute__ ((packed)) cpuid_t;
25 #endif /* _ASM_S390_CPUID_H_ */