summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/s390/include/asm/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/include/asm/cpu.h')
-rw-r--r--ANDROID_3.4.5/arch/s390/include/asm/cpu.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/ANDROID_3.4.5/arch/s390/include/asm/cpu.h b/ANDROID_3.4.5/arch/s390/include/asm/cpu.h
deleted file mode 100644
index e0b69540..00000000
--- a/ANDROID_3.4.5/arch/s390/include/asm/cpu.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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
-
-#define MAX_CPU_ADDRESS 255
-
-#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 */