diff options
-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 |