CVSROOT: /cvs Module name: src Changes by: haesba...@cvs.openbsd.org 2013/06/04 09:29:17
Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: cpu.h Log message: Cpu topology for AMD64. This adds information about smt id (thread), core id and package id (socket) to amd64. ci_smt_id, ci_core_id, ci_pkg_id should be followed by other archictectures and core relying on them should be under ARCH_HAVE_CPU_TOPOLOGY. ok tedu@