]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, apic: Don't waste a vector to improve vector spread
authorH. Peter Anvin <hpa@zytor.com>
Tue, 5 Jan 2010 05:14:41 +0000 (21:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 5 Jan 2010 05:28:24 +0000 (21:28 -0800)
commitea94396629a3e0cb9a3a9c75335b1de255b30426
tree32208d082a54a3069170195c1d046e95620ebd8f
parent99d113b17e8ca5a8b68a9d3f7691e2f552dd6a06
x86, apic: Don't waste a vector to improve vector spread

We want to use a vector-assignment sequence that avoids stumbling onto
0x80 earlier in the sequence, in order to improve the spread of
vectors across priority levels on machines with a small number of
interrupt sources.  Right now, this is done by simply making the first
vector (0x31 or 0x41) completely unusable.  This is unnecessary; all
we need is to start assignment at a +1 offset, we don't actually need
to prohibit the usage of this vector once we have wrapped around.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
LKML-Reference: <4B426550.6000209@kernel.org>
arch/x86/include/asm/irq_vectors.h
arch/x86/kernel/apic/io_apic.c