x86, apic: untangle the send_IPI_*() jungle
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 14:42:24 +0000 (15:42 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:31 +0000 (23:20 +0100)
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 <mingo@elte.hu>

No differences found