repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI / tables: add DSDT AmlCode new declaration name support
[linux/fpc-iii.git]
/
arch
/
x86
/
boot
/
compressed
/
cpuflags.c
blob
6448a8196d3298b0fb06f7a31d14dee6086f8978
1
// SPDX-License-Identifier: GPL-2.0
2
#ifdef CONFIG_RANDOMIZE_BASE
3
4
#include
"../cpuflags.c"
5
6
bool
has_cpuflag
(
int
flag
)
7
{
8
get_cpuflags
();
9
10
return
test_bit
(
flag
,
cpu
.
flags
);
11
}
12
13
#endif