>> printf("%d\n", sysconf(_SC_NPROCESSORS_CONF));
>> }
>> luyer@praxis8:~$ ./cpus
>> 4
>> luyer@praxis8:~$ grep 'processor ' /proc/cpuinfo
>> processor : 0
>> processor : 1
>
> In which case I suggest you file a glibc bug. sysconf looks at the /proc
> stuff as I understand it
First you blame ps. Then you blame libc. How about you
place the fault right where it belongs?
Counting processors in /proc/cpuinfo is a joke of an ABI.
Add a proper ABI now, and userspace can transition to it
over the next 4 years.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/