Date: Thu, 19 Mar 2009 15:32:16 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c Message-ID: <200903191532.n2JFWWKO074509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-03-19 15:32:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 machdep.c Log: SVN rev 190067 on 2009-03-19 15:32:16Z by marius MFC: r185007 Use the spitfire VIS block copy/zero functions also with cheetah- class CPUs. In theory one could also use versions additionally taking advantage of the prefetch cache with cheetah-class CPUs, in my worldstone runs these either didn't provide extra speedup (USIII+) in comparison to the existing spitfire versions or were even slightly slower (USIIIi) though, so they aren't committed for now. The basic problem leading to the VIS-based copy/zero functions being initially disabled for cheetah-class CPUs was solved by letting cheetah_init() clear DCR_IFPOE. Revision Changes Path 1.138.2.9 +7 -1 src/sys/sparc64/sparc64/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903191532.n2JFWWKO074509>