index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
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; }