cregit-Linux how code gets into the kernel

Release 4.11 arch/s390/include/asm/cpu.h

/*
 *    Copyright IBM Corp. 2000, 2009
 *    Author(s): Hartmut Penner <hp@de.ibm.com>,
 *               Martin Schwidefsky <schwidefsky@de.ibm.com>,
 *               Christian Ehrhardt <ehrhardt@de.ibm.com>,
 */

#ifndef _ASM_S390_CPU_H

#define _ASM_S390_CPU_H

#ifndef __ASSEMBLY__

#include <linux/types.h>


struct cpuid
{
	
unsigned int version :	8;
	
unsigned int ident   : 24;
	
unsigned int machine : 16;
	
unsigned int unused  : 16;
} __attribute__ ((packed, aligned(8)));

#endif /* __ASSEMBLY__ */
#endif /* _ASM_S390_CPU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Heiko Carstens4881.36%375.00%
Martin Schwidefsky1118.64%125.00%
Total59100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.