From: Yinghai Lu Date: Fri, 19 Dec 2008 23:23:44 +0000 (-0800) Subject: x86: fix lguest used_vectors breakage, -v2 X-Git-Tag: v2.6.29-rc1~538^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77b881f21b29aa7efa668fde69ee3dc0372ae3f;p=pandora-kernel.git x86: fix lguest used_vectors breakage, -v2 Impact: fix lguest, clean up 32-bit lguest used used_vectors to record vectors, but that model of allocating vectors changed and got broken, after we changed vector allocation to a per_cpu array. Try enable that for 64bit, and the array is used for all vectors that are not managed by vector_irq per_cpu array. Also kill system_vectors[], that is now a duplication of the used_vectors bitmap. [ merged in cpus4096 due to io_apic.c cpumask changes. ] [ -v2, fix build failure ] Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed