From 97ecdb1d58702a51fb5d9a13cfc3e3f5ecc58637 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 10 Sep 1999 01:17:01 +0000 Subject: [PATCH] Invoke smp_rendezvous_action() using the a.out compatible asnames.h technique (bleagh). --- sys/amd64/amd64/apic_vector.S | 2 +- sys/i386/i386/apic_vector.s | 2 +- sys/i386/include/asnames.h | 1 + sys/i386/isa/apic_vector.s | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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