repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
x86
/
include
/
asm
/
xor.h
blob
7fcf6f3dbcc37af7e45b3ffaa38f7b6a02f25f26
1
#ifdef CONFIG_KMEMCHECK
2
/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
3
# include <asm-generic/xor.h>
4
#else
5
#ifdef CONFIG_X86_32
6
# include
"xor_32.h"
7
#else
8
# include
"xor_64.h"
9
#endif
10
#endif