diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index f484971eab2..8e7ac037205 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -966,7 +966,7 @@ _Xrendezvous: movl $KPSEL, %eax movl %ax, %fs - call smp_rendezvous_action + call _smp_rendezvous_action movl $0, lapic_eoi /* End Of Interrupt to APIC */ POP_FRAME diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s index f484971eab2..8e7ac037205 100644 --- a/sys/i386/i386/apic_vector.s +++ b/sys/i386/i386/apic_vector.s @@ -966,7 +966,7 @@ _Xrendezvous: movl $KPSEL, %eax movl %ax, %fs - call smp_rendezvous_action + call _smp_rendezvous_action movl $0, lapic_eoi /* End Of Interrupt to APIC */ POP_FRAME diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h index ee2076807da..930c22772a6 100644 --- a/sys/i386/include/asnames.h +++ b/sys/i386/include/asnames.h @@ -286,6 +286,7 @@ #define _shrxs shrxs #define _sigcode sigcode #define _smp_active smp_active +#define _smp_rendezvous_action smp_rendezvous_action #define _soft_imask soft_imask #define _softclock softclock #define _softnet_imask softnet_imask diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s index f484971eab2..8e7ac037205 100644 --- a/sys/i386/isa/apic_vector.s +++ b/sys/i386/isa/apic_vector.s @@ -966,7 +966,7 @@ _Xrendezvous: movl $KPSEL, %eax movl %ax, %fs - call smp_rendezvous_action + call _smp_rendezvous_action movl $0, lapic_eoi /* End Of Interrupt to APIC */ POP_FRAME