1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

cleaned out an old FIXME.

This commit is contained in:
Steve Passe 1997-04-28 08:39:48 +00:00
parent 91c0a4322b
commit 7b2a188c7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25243
3 changed files with 3 additions and 15 deletions

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: swtch.s,v 1.47 1997/04/22 06:55:29 jdp Exp $ * $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -536,10 +536,6 @@ swtch_com:
#ifdef SMP #ifdef SMP
movl _apic_base, %eax /* base addr of LOCAL APIC */ movl _apic_base, %eax /* base addr of LOCAL APIC */
#if defined(TEST_LOPRIO) #if defined(TEST_LOPRIO)
/**
* FIXME: the belief here is that we ALWAYS leave here
* holding a the lock, is this TRUE???
*/
pushl %edx pushl %edx
movl APIC_TPR(%eax), %edx /* get TPR register contents */ movl APIC_TPR(%eax), %edx /* get TPR register contents */
andl $~0xff, %edx /* clear the prio field */ andl $~0xff, %edx /* clear the prio field */

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: swtch.s,v 1.47 1997/04/22 06:55:29 jdp Exp $ * $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -536,10 +536,6 @@ swtch_com:
#ifdef SMP #ifdef SMP
movl _apic_base, %eax /* base addr of LOCAL APIC */ movl _apic_base, %eax /* base addr of LOCAL APIC */
#if defined(TEST_LOPRIO) #if defined(TEST_LOPRIO)
/**
* FIXME: the belief here is that we ALWAYS leave here
* holding a the lock, is this TRUE???
*/
pushl %edx pushl %edx
movl APIC_TPR(%eax), %edx /* get TPR register contents */ movl APIC_TPR(%eax), %edx /* get TPR register contents */
andl $~0xff, %edx /* clear the prio field */ andl $~0xff, %edx /* clear the prio field */

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: swtch.s,v 1.47 1997/04/22 06:55:29 jdp Exp $ * $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -536,10 +536,6 @@ swtch_com:
#ifdef SMP #ifdef SMP
movl _apic_base, %eax /* base addr of LOCAL APIC */ movl _apic_base, %eax /* base addr of LOCAL APIC */
#if defined(TEST_LOPRIO) #if defined(TEST_LOPRIO)
/**
* FIXME: the belief here is that we ALWAYS leave here
* holding a the lock, is this TRUE???
*/
pushl %edx pushl %edx
movl APIC_TPR(%eax), %edx /* get TPR register contents */ movl APIC_TPR(%eax), %edx /* get TPR register contents */
andl $~0xff, %edx /* clear the prio field */ andl $~0xff, %edx /* clear the prio field */