cpuid: Adding cpu core detection
authorErwan Velu <erwan.velu@free.fr>
Fri, 27 Nov 2009 14:44:33 +0000 (15:44 +0100)
committerErwan Velu <erwan.velu@free.fr>
Fri, 4 Dec 2009 09:11:14 +0000 (10:11 +0100)
commit8ae29a14d58100f21c8c6611190f15a46680f318
tree8c4f6451f251c08d8989d9d954a9b8f3a48be8b8
parenteaba6a11bfa443f2cd792b3fb719f03ff5c8bb1c
cpuid: Adding cpu core detection

Impact: we are now able to detect the number of cpu cores

We can detect the number of cores using cpuid(4) or cpuid_ecx(0x80000008)
com32/gplinclude/cpuid.h
com32/gpllib/cpuid.c