Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2008 21:13:54 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200809022114.m82LE9sE074249@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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