]> Git Repo - J-linux.git/blob - arch/s390/include/asm/cpu.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / include / asm / cpu.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *    Copyright IBM Corp. 2000, 2009
4  *    Author(s): Hartmut Penner <[email protected]>,
5  *               Martin Schwidefsky <[email protected]>,
6  *               Christian Ehrhardt <[email protected]>,
7  */
8
9 #ifndef _ASM_S390_CPU_H
10 #define _ASM_S390_CPU_H
11
12 #ifndef __ASSEMBLY__
13
14 #include <linux/types.h>
15 #include <linux/jump_label.h>
16
17 struct cpuid
18 {
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)));
24
25 DECLARE_STATIC_KEY_FALSE(cpu_has_bear);
26
27 #endif /* __ASSEMBLY__ */
28 #endif /* _ASM_S390_CPU_H */
This page took 0.027737 seconds and 4 git commands to generate.