Invoke smp_rendezvous_action() using the a.out compatible asnames.h

technique (bleagh).
This commit is contained in:
Mike Smith 1999-09-10 01:17:01 +00:00
parent 8c0d9d023b
commit 97ecdb1d58
4 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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