Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[deliverable/linux.git] / arch / x86 / boot / compressed / cpuflags.c
CommitLineData
dd78b973
KC
1#ifdef CONFIG_RANDOMIZE_BASE
2
3#include "../cpuflags.c"
4
5bool has_cpuflag(int flag)
6{
6e6a4932 7 get_cpuflags();
dd78b973
KC
8
9 return test_bit(flag, cpu.flags);
10}
11
12#endif
This page took 0.143992 seconds and 5 git commands to generate.