Invoke smp_rendezvous_action() using the a.out compatible asnames.h
technique (bleagh).
This commit is contained in:
parent
8c0d9d023b
commit
97ecdb1d58
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user