linux-stable-rt/arch/x86_64/kernel
Andi Kleen 3dd9d51484 [PATCH] x86_64: add support for Intel dual-core detection and displaying
Appended patch adds the support for Intel dual-core detection and displaying
the core related information in /proc/cpuinfo.  

It adds two new fields "core id" and "cpu cores" to x86 /proc/cpuinfo and the
"core id" field for x86_64("cpu cores" field is already present in x86_64).

Number of processor cores in a die is detected using cpuid(4) and this is
documented in IA-32 Intel Architecture Software Developer's Manual (vol 2a)
(http://developer.intel.com/design/pentium4/manuals/index_new.htm#sdm_vol2a)

This patch also adds cpu_core_map similar to cpu_sibling_map.

Slightly hacked by AK.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-16 15:25:15 -07:00
..
acpi
cpufreq
Makefile
aperture.c [PATCH] x86_64: Use the e820 hole to map the IOMMU/AGP aperture 2005-04-16 15:25:13 -07:00
apic.c
asm-offsets.c
e820.c [PATCH] x86_64: Port over e820 gap detection from i386 2005-04-16 15:25:12 -07:00
early_printk.c
entry.S [PATCH] x86_64: Remove unused macro in preempt support 2005-04-16 15:25:05 -07:00
genapic.c
genapic_cluster.c
genapic_flat.c
head.S
head64.c
i387.c
i8259.c
init_task.c
io_apic.c
ioport.c
irq.c
kprobes.c
ldt.c
mce.c [PATCH] x86_64: Remove excessive stack allocation in MCE code with large NR_CPUS 2005-04-16 15:25:10 -07:00
mce_intel.c
module.c
mpparse.c
msr.c
nmi.c [PATCH] x86_64: Don't assume future AMD CPUs have K8 compatible performance counters 2005-04-16 15:25:07 -07:00
pci-dma.c
pci-gart.c
pci-nommu.c
process.c
ptrace.c
reboot.c
semaphore.c
setup.c [PATCH] x86_64: add support for Intel dual-core detection and displaying 2005-04-16 15:25:15 -07:00
setup64.c
signal.c
smp.c
smpboot.c [PATCH] x86_64: add support for Intel dual-core detection and displaying 2005-04-16 15:25:15 -07:00
suspend.c
suspend_asm.S
sys_x86_64.c
syscall.c
time.c [PATCH] x86_64: Support constantly ticking TSCs 2005-04-16 15:25:05 -07:00
trampoline.S
traps.c [PATCH] x86_64: Keep only a single debug notifier chain 2005-04-16 15:25:13 -07:00
vmlinux.lds.S
vsyscall.c
x8664_ksyms.c