aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-08-23 21:45:59 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-08-23 21:45:59 +0000
commit8b2624e85c52208ee995c116002e7d92706271fa (patch)
tree05aac5faa2ce516afb968be400678e6680fea76b
parent4408eb15b000816113a0996716fdd70e26b2145f (diff)
Notes
-rw-r--r--sys/amd64/amd64/apic_vector.S2
-rw-r--r--sys/i386/i386/apic_vector.s2
-rw-r--r--sys/i386/isa/apic_vector.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index 569ed501a468..f8e0321652d5 100644
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -351,7 +351,7 @@ Xinvlrng:
movl smp_tlb_addr2, %eax
1: invlpg (%edx) /* invalidate single page */
addl $PAGE_SIZE, %edx
- cmpl %edx, %eax
+ cmpl %eax, %edx
jb 1b
movl $0, lapic+LA_EOI /* End Of Interrupt to APIC */
diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s
index 569ed501a468..f8e0321652d5 100644
--- a/sys/i386/i386/apic_vector.s
+++ b/sys/i386/i386/apic_vector.s
@@ -351,7 +351,7 @@ Xinvlrng:
movl smp_tlb_addr2, %eax
1: invlpg (%edx) /* invalidate single page */
addl $PAGE_SIZE, %edx
- cmpl %edx, %eax
+ cmpl %eax, %edx
jb 1b
movl $0, lapic+LA_EOI /* End Of Interrupt to APIC */
diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s
index 569ed501a468..f8e0321652d5 100644
--- a/sys/i386/isa/apic_vector.s
+++ b/sys/i386/isa/apic_vector.s
@@ -351,7 +351,7 @@ Xinvlrng:
movl smp_tlb_addr2, %eax
1: invlpg (%edx) /* invalidate single page */
addl $PAGE_SIZE, %edx
- cmpl %edx, %eax
+ cmpl %eax, %edx
jb 1b
movl $0, lapic+LA_EOI /* End Of Interrupt to APIC */