From: Yinghai Lu Date: Wed, 20 Aug 2008 03:50:28 +0000 (-0700) Subject: x86: make 32bit support per_cpu vector X-Git-Tag: v2.6.28-rc1~80^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497c9a195db918d3f035e8cb3021e5d4d035516e;p=pandora-kernel.git x86: make 32bit support per_cpu vector so we can merge io_apic_32.c and io_apic_64.c v2: Use cpu_online_map as target cpus for bigsmp, just like 64-bit is doing. Also remove some unused TARGET_CPUS macro. v3: need to check if desc is null in smp_irq_move_cleanup also migration needs to reset vector too, so copy __target_IO_APIC_irq from 64bit. (the duplication will go away once the two files are unified.) Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed