From 78c8dbff1a6a2dd63d948ae82942b5c8dc6500ae Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 12 Jan 2006 16:10:31 +0000 Subject: add changelog --- src/redhat-support-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/redhat-support-check.c b/src/redhat-support-check.c index dd5bc162..db80227c 100644 --- a/src/redhat-support-check.c +++ b/src/redhat-support-check.c @@ -67,7 +67,7 @@ unsigned int get_num_cpus() { int ncpus = sysconf(_SC_NPROCESSORS_ONLN); #if defined(__i386__) || defined(__x86_64__) - u_int32_t eax = 0, ebx = 0, ecx = 0, edx = 0; + u_int32_t eax = 0, ebx = 1, ecx = 0, edx = 0; cpuid(0, &eax, &ebx, &ecx, &edx); if (ebx == 0x756e6547) { /* Intel */ -- cgit