Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
02bafd96f3a5d8e610b19033ffec55b92459aaae
/
.
/
tools
/
build
/
feature
/
test-numa_num_possible_cpus.c
blob: 2606e94b065988a838d3531b295e126b1dbfefbb [
file
] [
log
] [
blame
]
#include
<numa.h>
int
main
(
void
)
{
return
numa_num_possible_cpus
();
}