1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-13 11:10:39 +00:00

Documented the cpu listing functions better, tidy up cpuid_tool help

git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@46 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
Veselin Georgiev 2008-12-29 16:11:52 +00:00
commit 9f61c6c8e9
3 changed files with 24 additions and 22 deletions

View file

@ -250,7 +250,7 @@ static int cpuid_basic_identify(struct cpu_raw_data_t* raw, struct cpu_id_t* dat
data->brand_str[48] = 0;
}
load_features_common(raw, data);
data->total_cpus = get_total_cpus();
data->total_logical_cpus = get_total_cpus();
return set_error(ERR_OK);
}