1
0
Files
linux/drivers
Yinghai Lu b77b881f21 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 <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-12-23 22:37:28 +01:00
..
2008-12-16 05:40:34 -05:00
2008-11-29 20:42:28 -08:00
2008-12-18 11:48:30 +01:00
2008-11-30 10:03:36 -08:00
2008-12-01 19:55:25 -08:00
2008-11-30 10:03:37 -08:00
2008-12-09 08:28:36 -08:00
2008-12-11 21:28:11 -08:00
2008-11-30 10:03:37 -08:00
2008-12-13 21:55:51 +10:30