From: Ingo Molnar Date: Wed, 28 Jan 2009 14:42:24 +0000 (+0100) Subject: x86, apic: untangle the send_IPI_*() jungle X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac5f4121df3c39fdb2ea57acd669a0ae19e46f8;p=pandora-kernel.git x86, apic: untangle the send_IPI_*() jungle Our send_IPI_*() methods and definitions are a twisted mess: the same symbol is defined to different things depending on .config details, in a non-transparent way. - spread out the quirks into separately named per apic driver methods - prefix the standard PC methods with default_ - get rid of wrapper macro obfuscation - clean up various details Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed