GC unused assembler function apic_eoi()

This commit is contained in:
Peter Wemm 2000-12-06 00:38:04 +00:00
parent 7b29322c25
commit 9a18987b73
4 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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