summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/x86/include/asm/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/bugs.h')
-rw-r--r--ANDROID_3.4.5/arch/x86/include/asm/bugs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/bugs.h b/ANDROID_3.4.5/arch/x86/include/asm/bugs.h
deleted file mode 100644
index 08abf639..00000000
--- a/ANDROID_3.4.5/arch/x86/include/asm/bugs.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_X86_BUGS_H
-#define _ASM_X86_BUGS_H
-
-extern void check_bugs(void);
-
-#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
-int ppro_with_ram_bug(void);
-#else
-static inline int ppro_with_ram_bug(void) { return 0; }
-#endif
-
-#endif /* _ASM_X86_BUGS_H */