From: Suresh Siddha Date: Sat, 19 Sep 2009 02:29:59 +0000 (-0700) Subject: x86, apic: Use logical flat on intel with <= 8 logical cpus X-Git-Tag: v2.6.32-rc1~616^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fbd07a5f5d1295fa9b0c0564ec27da7c276a75a;p=pandora-kernel.git x86, apic: Use logical flat on intel with <= 8 logical cpus On Intel platforms, we can use logical flat mode if there are <= 8 logical cpu's (irrespective of physical apic id values). This will enable simplified and efficient IPI and device interrupt routing on such platforms. Fix the relevant comments while we are at it. We can clean up default_setup_apic_routing() by using apic->probe() but that is a different item. Signed-off-by: Suresh Siddha Cc: "yinghai@kernel.org" LKML-Reference: <1253327399.3948.747.camel@sbs-t61.sc.intel.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed