Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2009 06:54:40 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 identcpu.c mp_machdep.c src/sys/amd64/include smp.h specialreg.h src/sys/i386/i386 identcpu.c mp_machdep.c src/sys/i386/include smp.h specialreg.h
Message-ID:  <200904290656.n3T6ui5v031352@repoman.freebsd.org>

index | next in thread | raw e-mail

jeff        2009-04-29 06:54:40 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      identcpu.c mp_machdep.c 
    sys/amd64/include    smp.h specialreg.h 
    sys/i386/i386        identcpu.c mp_machdep.c 
    sys/i386/include     smp.h specialreg.h 
  Log:
  SVN rev 191648 on 2009-04-29 06:54:40Z by jeff
  
   - Add support for cpuid leaf 0xb.  This allows us to determine the
     topology of nehalem/corei7 based systems.
   - Remove the cpu_cores/cpu_logical detection from identcpu.
   - Describe the layout of the system in cpu_mp_announce().
  
  Sponsored by:   Nokia
  
  Revision  Changes    Path
  1.172     +0 -26     src/sys/amd64/amd64/identcpu.c
  1.304     +148 -53   src/sys/amd64/amd64/mp_machdep.c
  1.95      +0 -4      src/sys/amd64/include/smp.h
  1.54      +7 -0      src/sys/amd64/include/specialreg.h
  1.201     +0 -26     src/sys/i386/i386/identcpu.c
  1.297     +148 -53   src/sys/i386/i386/mp_machdep.c
  1.98      +0 -4      src/sys/i386/include/smp.h
  1.51      +7 -0      src/sys/i386/include/specialreg.h


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904290656.n3T6ui5v031352>