我的系统上的cat / proc / cpuinfo为我的2个内核提供了不同的标志。 有人可以向我解释为什么? 我运行Ubuntu 10.10内核2.6.35-24通用。
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 CPU E8400 @ 3.00GHz stepping : 10 cpu MHz : 2999.820 cache size : 6144 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 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 lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni monitor tm2 ssse3 lahf_lm dts bogomips : 5999.64 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 CPU E8400 @ 3.00GHz stepping : 10 cpu MHz : 2999.820 cache size : 6144 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 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 lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority bogomips : 6000.04 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management:
当我尝试为KVMconfiguration系统时,我注意到了这个问题。 我无法加载kvm_intel模块,我没有其他线索为什么这样。 其中一个CPU标志显示我支持vmx,但不支持其他。
谢谢
你有没有尝试启动不同的内核/分布? 也许这只是一个内核错误。 尝试一个Fedora的LiveCD,这应该是适当的不同于你的Ubuntu。
看起来像第二个CPU有这些额外的标志(来自linux-2.6.38-rc1/arch/x86/include/asm/cpufeature.h注释):
dtes64 - 64-bit debug store ds_cpl - CPL Qual. Debug Store vmx - hardware virtualization smx - safer mode est - enhanced speedstep cx16 - CMPXCHG16B xtpr - send tax priority messages pdcm - performance capabilities sse4_1 - sse xsave - XSAVE/XRSTOR/XSETBV/XGETBV tpr_shadow - Intel TPR shadow vnmi - Intel virtual NMI flexpriority - Intel Flex Priority
我不能得出结论。 一堆这些似乎与虚拟化,但这是我所能看到的。
是否有可能禁用了你的BIOS中的这些function的第二个CPU? 您是否在启动时传递了任何可能影响处理器configuration的内核参数? 这就是我能想到的。
这个较旧的服务器故障有关CPU标志的问题似乎相关,但没有帮助。