]> git.neil.brown.name Git - history.git/commit
[PATCH] cleanup IPI code
authorMartin J. Bligh <mbligh@aracnet.com>
Mon, 23 Dec 2002 02:19:53 +0000 (18:19 -0800)
committerPatrick Mochel <mochel@osdl.org>
Mon, 23 Dec 2002 02:19:53 +0000 (18:19 -0800)
commit00047bcc15091f3ce64315e289ba2fccafefd15e
tree402017caf4031d50cbfdcd8abfffe2ccd546d4f5
parent37d1206a506a5ee32d71bfa8e2c818551341e684
[PATCH] cleanup IPI code

Reformat the IPI stuff, specifically send_IPI_mask, send_IPI_allbutself,
and send_IPI_all.  Though the way they work is pretty silly for NUMA-Q,
I do an equivalent transform here, and fix the code in a seperate patch
(next one).  Goes into mach_ipi.h
arch/i386/kernel/smp.c
include/asm-i386/mach-default/mach_ipi.h [new file with mode: 0644]
include/asm-i386/mach-numaq/mach_ipi.h [new file with mode: 0644]
include/asm-i386/mach-summit/mach_ipi.h [new file with mode: 0644]