diff options
author | jhb <jhb@FreeBSD.org> | 2005-12-14 21:47:02 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-12-14 21:47:02 +0000 |
commit | 2bc0431d839841007294de483c3d750271cc492b (patch) | |
tree | 2d1a187e3df2ef62fed87cf665ef142f8242cf3e | |
parent | 51856b5270e419e01d41011c92216c4d24997ca4 (diff) | |
download | FreeBSD-src-2bc0431d839841007294de483c3d750271cc492b.zip FreeBSD-src-2bc0431d839841007294de483c3d750271cc492b.tar.gz |
Fix stale comment.
-rw-r--r-- | sys/amd64/amd64/apic_vector.S | 3 | ||||
-rw-r--r-- | sys/i386/i386/apic_vector.s | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index 6fccaf2..9eccfac 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -171,8 +171,7 @@ IDTVEC(invlrng) iretq /* - * Forward hardclock to another CPU. Pushes a clockframe and calls - * forwarded_hardclock(). + * Handler for IPIs sent via the per-cpu IPI bitmap. */ .text SUPERALIGN_TEXT diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s index 455934a..a9d8af7 100644 --- a/sys/i386/i386/apic_vector.s +++ b/sys/i386/i386/apic_vector.s @@ -233,8 +233,7 @@ IDTVEC(invlrng) iret /* - * Forward hardclock to another CPU. Pushes a clockframe and calls - * forwarded_hardclock(). + * Handler for IPIs sent via the per-cpu IPI bitmap. */ .text SUPERALIGN_TEXT |