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
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
blob
aa313466118b2df8731475dfd93eec0d672bca9c
1
#ifdef CONFIG_RANDOMIZE_BASE
2
3
#include
"../cpuflags.c"
4
5
bool
has_cpuflag
(
int
flag
)
6
{
7
get_cpuflags
();
8
9
return
test_bit
(
flag
,
cpu
.
flags
);
10
}
11
12
#endif