Vegard Nossum | f856129 | 2008-04-04 00:53:23 +0200 | [diff] [blame] | 1 | #ifdef CONFIG_KMEMCHECK |
| 2 | /* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */ |
| 3 | # include <asm-generic/xor.h> |
| 4 | #else |
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 5 | #ifdef CONFIG_X86_32 |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 6 | # include <asm/xor_32.h> |
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 7 | #else |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 8 | # include <asm/xor_64.h> |
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 9 | #endif |
Vegard Nossum | f856129 | 2008-04-04 00:53:23 +0200 | [diff] [blame] | 10 | #endif |