WIP FPC-III support
[linux/fpc-iii.git] / arch / x86 / boot / compressed / cpuflags.c
blob0cc1323896d19124475f817f574dd6810c4307bb
1 // SPDX-License-Identifier: GPL-2.0
2 #include "../cpuflags.c"
4 bool has_cpuflag(int flag)
6 get_cpuflags();
8 return test_bit(flag, cpu.flags);