]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r213873
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Oct 2010 11:51:55 +0000 (11:51 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Oct 2010 11:51:55 +0000 (11:51 +0000)
commita64ce7dbc6fbf2492662ac3a507b3724af85d096
treed411ca6d28bc3643d632c553b5b02682d154bebc
parent5416be0eeda2d5cdf27d3b18c9a771d3d292c073
MFC: r213873

Explicitly lower the PIL to 0 as part of enabling interrupts, similar to
what is done on other platforms. Unlike as with the sched_throw(NULL)
called on BSPs during their startup apparently there's nothing which will
reliably lower it on APs. I'm unsure why this only came up on V215 though,
breaking these with r207248. My best guess is that these are the only
supported ones so far fast enough to lose some race.

PR: 151404

git-svn-id: svn://svn.freebsd.org/base/stable/8@213952 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/machdep.c