summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-09-10 01:17:01 +0000
committermsmith <msmith@FreeBSD.org>1999-09-10 01:17:01 +0000
commit85656beaeb7b15f25bf1037fbe38f52bda1e922a (patch)
tree78788177d7f51ebe9407a23cc2d3d48fcdaf6199
parentbf513d744c9e953a6f201ec72cc7f444718730a2 (diff)
downloadFreeBSD-src-85656beaeb7b15f25bf1037fbe38f52bda1e922a.zip
FreeBSD-src-85656beaeb7b15f25bf1037fbe38f52bda1e922a.tar.gz
Invoke smp_rendezvous_action() using the a.out compatible asnames.h
technique (bleagh).
-rw-r--r--sys/amd64/amd64/apic_vector.S2
-rw-r--r--sys/i386/i386/apic_vector.s2
-rw-r--r--sys/i386/include/asnames.h1
-rw-r--r--sys/i386/isa/apic_vector.s2
4 files changed, 4 insertions, 3 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index f484971..8e7ac03 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 f484971..8e7ac03 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 ee20768..930c227 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 f484971..8e7ac03 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
OpenPOWER on IntegriCloud