blob: f8fde90bc45e37171a7390723e3afff2ee9a1788 [file] [log] [blame]
Vegard Nossumf8561292008-04-04 00:53:23 +02001#ifdef CONFIG_KMEMCHECK
2/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
3# include <asm-generic/xor.h>
4#else
Thomas Gleixner96a388d2007-10-11 11:20:03 +02005#ifdef CONFIG_X86_32
David Howellsa1ce3922012-10-02 18:01:25 +01006# include <asm/xor_32.h>
Thomas Gleixner96a388d2007-10-11 11:20:03 +02007#else
David Howellsa1ce3922012-10-02 18:01:25 +01008# include <asm/xor_64.h>
Thomas Gleixner96a388d2007-10-11 11:20:03 +02009#endif
Vegard Nossumf8561292008-04-04 00:53:23 +020010#endif