From: Ingo Molnar Date: Wed, 28 Jan 2009 02:43:47 +0000 (+0100) Subject: x86: clean up apic->apic_id_registered() methods X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed248daa56156f2fd7175f90b62fc6397b0c7b7;p=pandora-kernel.git x86: clean up apic->apic_id_registered() methods Impact: cleanup x86 subarchitectures each defined a "apic_id_registered()" method, which could be an inline function depending on which subarch we build for, and which was also the name of a genapic field. Untangle this namespace spaghetti by giving each of the instances a separate name. Also remove wrapper macro obfuscation. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed