index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-x86
/
cpufeature.h
blob: b7160a4598d74e4db6da761e08abff080d59c1e0 (
plain
)
1
2
3
4
5
#ifdef CONFIG_X86_32 # include "cpufeature_32.h" #else # include "cpufeature_64.h" #endif