cvs commit: src/sys/sparc64/include cache.h pcpu.h src/sys/sparc64/sparc64 cache.c cheetah.c genassym.c machdep.c mp_exception.S mp_machdep.c spitfire.c

Marius Strobl marius at FreeBSD.org
Tue Sep 2 21:14:10 UTC 2008


marius      2008-09-02 21:13:54 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/include  cache.h pcpu.h 
    sys/sparc64/sparc64  cache.c cheetah.c genassym.c machdep.c 
                         mp_exception.S mp_machdep.c spitfire.c 
  Log:
  SVN rev 182689 on 2008-09-02 21:13:54Z by marius
  
  - USIII-based machines can consist of CPUs having different cache
    sizes (and running at different frequencies) so move the cacheinfo
    to the PCPU data. While at it, remove some redundant and/or unused
    members from struct cacheinfo.
  - In sparc64_init don't assume the first CPU node we find in the OFW
    device tree is the BSP.
  
  Revision  Changes    Path
  1.15      +3 -13     src/sys/sparc64/include/cache.h
  1.25      +2 -0      src/sys/sparc64/include/pcpu.h
  1.22      +28 -21    src/sys/sparc64/sparc64/cache.c
  1.8       +1 -1      src/sys/sparc64/sparc64/cheetah.c
  1.71      +2 -1      src/sys/sparc64/sparc64/genassym.c
  1.143     +34 -19    src/sys/sparc64/sparc64/machdep.c
  1.14      +5 -8      src/sys/sparc64/sparc64/mp_exception.S
  1.43      +2 -0      src/sys/sparc64/sparc64/mp_machdep.c
  1.8       +8 -4      src/sys/sparc64/sparc64/spitfire.c


More information about the cvs-src mailing list