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
locking/lockdep: Fix print_collision() unused warning
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-numa_num_possible_cpus.c
blob
2606e94b065988a838d3531b295e126b1dbfefbb
1
#include <numa.h>
2
3
int
main
(
void
)
4
{
5
return
numa_num_possible_cpus
();
6
}