tracing: Avoid soft lockup in trace_pipe
[deliverable/linux.git] / arch / x86 / include / asm / xor.h
CommitLineData
f8561296
VN
1#ifdef CONFIG_KMEMCHECK
2/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
3# include <asm-generic/xor.h>
4#else
96a388de
TG
5#ifdef CONFIG_X86_32
6# include "xor_32.h"
7#else
8# include "xor_64.h"
9#endif
f8561296 10#endif
This page took 0.336811 seconds and 5 git commands to generate.