GC unused assembler function apic_eoi()
This commit is contained in:
parent
7b29322c25
commit
9a18987b73
@ -59,7 +59,6 @@ extern volatile u_int resched_cpus;
|
||||
extern void (*cpustop_restartfunc) __P((void));
|
||||
|
||||
/* functions in apic_ipl.s */
|
||||
void apic_eoi __P((void));
|
||||
u_int io_apic_read __P((int, int));
|
||||
void io_apic_write __P((int, int, u_int));
|
||||
|
||||
|
@ -59,7 +59,6 @@ extern volatile u_int resched_cpus;
|
||||
extern void (*cpustop_restartfunc) __P((void));
|
||||
|
||||
/* functions in apic_ipl.s */
|
||||
void apic_eoi __P((void));
|
||||
u_int io_apic_read __P((int, int));
|
||||
void io_apic_write __P((int, int, u_int));
|
||||
|
||||
|
@ -159,10 +159,3 @@ ENTRY(io_apic_write)
|
||||
movl 12(%esp), %eax /* target register value */
|
||||
movl %eax, 16(%edx) /* write the APIC register data */
|
||||
ret /* %eax = void */
|
||||
|
||||
/*
|
||||
* Send an EOI to the local APIC.
|
||||
*/
|
||||
ENTRY(apic_eoi)
|
||||
movl $0, _lapic+0xb0
|
||||
ret
|
||||
|
@ -59,7 +59,6 @@ extern volatile u_int resched_cpus;
|
||||
extern void (*cpustop_restartfunc) __P((void));
|
||||
|
||||
/* functions in apic_ipl.s */
|
||||
void apic_eoi __P((void));
|
||||
u_int io_apic_read __P((int, int));
|
||||
void io_apic_write __P((int, int, u_int));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user