]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r203833
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Mar 2010 20:12:42 +0000 (20:12 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Mar 2010 20:12:42 +0000 (20:12 +0000)
commit30124511ab933aaf64e5192855e46f55d8b1a050
tree4af10131d912cd7bcaace78f3c454170d54f9a39
parent6f120636763e78b0eddfd79790091cd917e5f9d1
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@205924 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/locore.S
sys/sparc64/sparc64/mp_locore.S