ACPI / tables: add DSDT AmlCode new declaration name support
[linux/fpc-iii.git] / arch / x86 / boot / compressed / cpuflags.c
blob6448a8196d3298b0fb06f7a31d14dee6086f8978
1 // SPDX-License-Identifier: GPL-2.0
2 #ifdef CONFIG_RANDOMIZE_BASE
4 #include "../cpuflags.c"
6 bool has_cpuflag(int flag)
8 get_cpuflags();
10 return test_bit(flag, cpu.flags);
13 #endif