Date: Tue, 30 Mar 2010 20:12:42 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 locore.S mp_locore.S Message-ID: <201003302012.o2UKCvBB011062@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-03-30 20:12:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/sparc64/sparc64 locore.S mp_locore.S
Log:
SVN rev 205924 on 2010-03-30 20:12:42Z by marius
MFC: r203833
- At least the trap table of the Sun Fire V1280 firmware apparently has
no cleanwindows handler so just remove trying to trigger it from _start
and the AP trampoline code as that leads to a crash there. This should
be okay as leaking data from the OFW via the CPU registers on start of
the kernel should be no real concern.
- Make the comments of _start and the AP trampoline code regarding the
initializations they perform match each other and reality.
- Make the comments of the AP trampoline code regarding iTLB accesses
refer to the right macro.
Revision Changes Path
1.25.2.2 +5 -3 src/sys/sparc64/sparc64/locore.S
1.11.2.2 +9 -7 src/sys/sparc64/sparc64/mp_locore.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003302012.o2UKCvBB011062>
