Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git] / arch / x86 / boot / compressed / cpuflags.c
blobaa313466118b2df8731475dfd93eec0d672bca9c
1 #ifdef CONFIG_RANDOMIZE_BASE
3 #include "../cpuflags.c"
5 bool has_cpuflag(int flag)
7 get_cpuflags();
9 return test_bit(flag, cpu.flags);
12 #endif