From: H. Peter Anvin Date: Tue, 11 Nov 2008 21:03:07 +0000 (-0800) Subject: x86: 32 bit: interrupt stub consistency with 64 bit X-Git-Tag: v2.6.29-rc1~587^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4687518c4cb7807fbeff21770e309080f9eb7f2f;p=pandora-kernel.git x86: 32 bit: interrupt stub consistency with 64 bit Don't generate interrupt stubs for interrupt vectors below FIRST_EXTERNAL_VECTOR, and make the table of interrupt vectors (interrupt[]) __initconst. Both of these changes both conserve memory and improve consistency with 64 bits. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed