Date: Thu, 19 Mar 2009 00:02:07 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@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: <200903190002.n2J02QoI042123@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-03-19 00:02:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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 190004 on 2009-03-19 00:02:07Z by marius MFC: r182689 - 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.13.2.2 +3 -13 src/sys/sparc64/include/cache.h 1.22.2.3 +2 -0 src/sys/sparc64/include/pcpu.h 1.20.10.2 +28 -21 src/sys/sparc64/sparc64/cache.c 1.5.20.3 +1 -1 src/sys/sparc64/sparc64/cheetah.c 1.70.2.1 +2 -1 src/sys/sparc64/sparc64/genassym.c 1.138.2.4 +34 -19 src/sys/sparc64/sparc64/machdep.c 1.13.2.1 +5 -8 src/sys/sparc64/sparc64/mp_exception.S 1.36.2.5 +2 -0 src/sys/sparc64/sparc64/mp_machdep.c 1.5.20.3 +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?200903190002.n2J02QoI042123>