Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / arch / x86 / boot / compressed / cpuflags.c
1 #ifdef CONFIG_RANDOMIZE_BASE
2
3 #include "../cpuflags.c"
4
5 bool has_cpuflag(int flag)
6 {
7 get_cpuflags();
8
9 return test_bit(flag, cpu.flags);
10 }
11
12 #endif
This page took 0.060446 seconds and 6 git commands to generate.