1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright IBM Corp. 2000, 2009
9 #ifndef _ASM_S390_CPU_H
10 #define _ASM_S390_CPU_H
14 #include <linux/types.h>
15 #include <linux/jump_label.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 DECLARE_STATIC_KEY_FALSE(cpu_has_bear);
27 #endif /* __ASSEMBLY__ */
28 #endif /* _ASM_S390_CPU_H */