aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-04-28 08:39:48 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-04-28 08:39:48 +0000
commit7b2a188c7a64b5b28e53eb4c00a5f922853ea30f (patch)
tree1cd2d6a7916a313e38b159cbed8f47ab557ea526 /sys/amd64
parent91c0a4322b4bfba7d0afaed0430927381bb60c48 (diff)
downloadsrc-7b2a188c7a64b5b28e53eb4c00a5f922853ea30f.tar.gz
src-7b2a188c7a64b5b28e53eb4c00a5f922853ea30f.zip
cleaned out an old FIXME.
Notes
Notes: svn path=/head/; revision=25243
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/cpu_switch.S6
-rw-r--r--sys/amd64/amd64/swtch.s6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S
index 014ddd2f2c57..feee78eb9738 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -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 */
diff --git a/sys/amd64/amd64/swtch.s b/sys/amd64/amd64/swtch.s
index 014ddd2f2c57..feee78eb9738 100644
--- a/sys/amd64/amd64/swtch.s
+++ b/sys/amd64/amd64/swtch.s
@@ -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 */