使用四核,但 `/proc/cpuinfo` 中只有 1 个 CPU 条目?SMP 是否在我的计算机上运行?

Ari*_*man 9 acpi kernel multi-core cpu

我刚刚升级了我的系统并在我做的时候全新安装了 Ubuntu(上周从 CD 安装了 Oneiric Ocelot,但昨天升级到 12.04 LTS)。我有一个 i7 920(带超线程的四核),所以我应该看到 8 个处理器,但我在系统监视器图中只看到一个。

cat /proc/cpuinfo 返回:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 26
model name  : Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
stepping    : 4
microcode   : 0x10
cpu MHz     : 2672.633
cache size  : 8192 KB
physical id : 0
siblings    : 1
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc up arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
bogomips    : 5345.26
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:
Run Code Online (Sandbox Code Playgroud)

根据我对以前安装 SMP 工作的回忆,/proc/cpuinfo每个处理器中应该有多个条目--one 。我只看到一个。

我的第一个想法是安装了非 SMP 内核。但是,uname -a返回:

Linux compname 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)

那么我是否使用了所有可用的内核?如果不是,鉴于我似乎正在运行 SMP 内核,是什么导致了它?

谢谢!

Rin*_*ind 7

在 BIOS 中启用 ACPI 功能。如果您关闭此功能,您的系统将使用 1 个 CPU。