From: Ingo Molnar Date: Wed, 28 Jan 2009 04:13:04 +0000 (+0100) Subject: x86: clean up the APIC_DEST_LOGICAL logic X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b06e734bff7554c31eac4aad2fc9be4adb7c1c1;p=pandora-kernel.git x86: clean up the APIC_DEST_LOGICAL logic Impact: cleanup The bigsmp and es7000 subarchitectures un-defined APIC_DEST_LOGICAL in a rather nasty way by re-defining it to zero. That is infinitely fragile and makes it very hard to see what to code really does in a given context. The very same constant has different meanings and values - depending on which subarch is enabled. Untangle this mess by never undefining the constant, but instead propagating the right values into the genapic driver templates. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed