From a1ec700ce86e235c28f1c3187005ffd0a4fc0771 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 28 Sep 2008 18:34:14 +0000 Subject: Remove ipi_all() and ipi_self() as the former hasn't been used at all to date and the latter also is only used in ia64 and powerpc code which no longer serves a real purpose after bring-up and just can be removed as well. Note that architectures like sun4u also provide no means of implementing IPI'ing a CPU itself natively in the first place. Suggested by: jhb Reviewed by: arch, grehan, jhb --- sys/i386/include/smp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/i386/include/smp.h') diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 9905177..0b821d2 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -65,9 +65,7 @@ void cpu_add(u_int apic_id, char boot_cpu); void cpustop_handler(void); void init_secondary(void); void ipi_selected(u_int cpus, u_int ipi); -void ipi_all(u_int ipi); void ipi_all_but_self(u_int ipi); -void ipi_self(u_int ipi); void ipi_bitmap_handler(struct trapframe frame); u_int mp_bootaddress(u_int); int mp_grab_cpu_hlt(void); -- cgit v1.1