index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
config
/
feature-checks
/
test-libnuma.c
blob: 70510a923e5a1d057f0036cc8b70b12c286e1caa (
plain
)
1
2
3
4
5
6
7
8
#include
<numa.h>
#include
<numaif.h>
int
main
(
void
)
{
numa_available
();
return
0
;
}