summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/x86/include/asm/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/xor.h')
-rw-r--r--ANDROID_3.4.5/arch/x86/include/asm/xor.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/xor.h b/ANDROID_3.4.5/arch/x86/include/asm/xor.h
new file mode 100644
index 00000000..7fcf6f3d
--- /dev/null
+++ b/ANDROID_3.4.5/arch/x86/include/asm/xor.h
@@ -0,0 +1,10 @@
+#ifdef CONFIG_KMEMCHECK
+/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
+# include <asm-generic/xor.h>
+#else
+#ifdef CONFIG_X86_32
+# include "xor_32.h"
+#else
+# include "xor_64.h"
+#endif
+#endif