]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove ipi_all() and ipi_self() as the former hasn't been used at
authorMarius Strobl <marius@FreeBSD.org>
Sun, 28 Sep 2008 18:34:14 +0000 (18:34 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Sun, 28 Sep 2008 18:34:14 +0000 (18:34 +0000)
commit6f04e7b9aad68664b4ad47ed5aa4f5c146ab9f66
tree9ce76384feced5a803e792230ba07f3bb5776ef3
parenteb948eac0d98f5ae70bd858198c7bb614a9cc2f0
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
15 files changed:
sys/amd64/amd64/mp_machdep.c
sys/amd64/include/smp.h
sys/i386/i386/mp_machdep.c
sys/i386/include/smp.h
sys/i386/xen/mp_machdep.c
sys/ia64/ia64/interrupt.c
sys/ia64/ia64/mp_machdep.c
sys/ia64/ia64/sal.c
sys/ia64/include/smp.h
sys/mips/include/smp.h
sys/mips/mips/mp_machdep.c
sys/powerpc/include/smp.h
sys/powerpc/powerpc/intr_machdep.c
sys/powerpc/powerpc/mp_machdep.c
sys/sun4v/include/smp.h