Date: Sun, 21 Feb 2010 09:25:53 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/include tick.h Message-ID: <201002210926.o1L9QB0M057799@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-02-21 09:25:53 UTC
FreeBSD src repository
Modified files:
sys/sparc64/include tick.h
Log:
SVN rev 204164 on 2010-02-21 09:25:53Z by marius
Some machines can not only consist of CPUs running at different speeds
but also of different types, f.e. Sun Fire V890 can be equipped with a
mix of UltraSPARC IV and IV+ CPUs, requiring different MMU initialization
and different workarounds for model specific errata. Therefore move the
CPU implementation number from a global variable to the per-CPU data.
Functions which are called before the latter is available are passed the
implementation number as a parameter now.
This file was missed in r204152.
Revision Changes Path
1.7 +2 -2 src/sys/sparc64/include/tick.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002210926.o1L9QB0M057799>
