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:
parent
91c0a4322b
commit
7b2a188c7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25243
@ -33,7 +33,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* 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"
|
||||
@ -536,10 +536,6 @@ swtch_com:
|
||||
#ifdef SMP
|
||||
movl _apic_base, %eax /* base addr of LOCAL APIC */
|
||||
#if defined(TEST_LOPRIO)
|
||||
/**
|
||||
* FIXME: the belief here is that we ALWAYS leave here
|
||||
* holding a the lock, is this TRUE???
|
||||
*/
|
||||
pushl %edx
|
||||
movl APIC_TPR(%eax), %edx /* get TPR register contents */
|
||||
andl $~0xff, %edx /* clear the prio field */
|
||||
|
@ -33,7 +33,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* 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"
|
||||
@ -536,10 +536,6 @@ swtch_com:
|
||||
#ifdef SMP
|
||||
movl _apic_base, %eax /* base addr of LOCAL APIC */
|
||||
#if defined(TEST_LOPRIO)
|
||||
/**
|
||||
* FIXME: the belief here is that we ALWAYS leave here
|
||||
* holding a the lock, is this TRUE???
|
||||
*/
|
||||
pushl %edx
|
||||
movl APIC_TPR(%eax), %edx /* get TPR register contents */
|
||||
andl $~0xff, %edx /* clear the prio field */
|
||||
|
@ -33,7 +33,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* 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"
|
||||
@ -536,10 +536,6 @@ swtch_com:
|
||||
#ifdef SMP
|
||||
movl _apic_base, %eax /* base addr of LOCAL APIC */
|
||||
#if defined(TEST_LOPRIO)
|
||||
/**
|
||||
* FIXME: the belief here is that we ALWAYS leave here
|
||||
* holding a the lock, is this TRUE???
|
||||
*/
|
||||
pushl %edx
|
||||
movl APIC_TPR(%eax), %edx /* get TPR register contents */
|
||||
andl $~0xff, %edx /* clear the prio field */
|
||||
|
Loading…
Reference in New Issue
Block a user